This plot is

Lecture_2_intro

Quiz
•
Mathematics
•
Professional Development
•
Medium
Mariam Metawe3
Used 2+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
One dimension plot
Two dimension ploti
Three dimension plot
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Box plot is used when there are two numerical variables
True
False
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which code gives this plot
ggplot(iris,aes
(x=Sepal.Length,
y=Sepal.Width,
alpha=Petal.Length ))+
geom_point(color="blue")
ggplot(iris,aes
(x=Sepal.Length,
y=Sepal.Width))+
geom_point(color="blue", alpha=0.6)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which part of the code responsible on the dispersion of the points?
ggplot(df, aes(x = Species, y = Sepal.Length)) +
geom_point(position = position_jitter(width = 0.2))
aes()
geom_point()
ggplot()
position_jitter()
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The following stacked bar chart represents:
Two numerical variables
Two categorical variables
One categorical variable and One numerical variable
Only One numerical variable
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
ggplot2 layer which considered All non-data ink
or a Visual elements not part of the data
Geometric layer
Theme layer
Data layer
Aesthetic layer
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
For the following code which part is responsible for The thickness of the outline of the large black points?
ggplot(iris, aes(x=Sepal.Length,y=Sepal.Width , color=Species) )+
geom_point(position="jitter")+
geom_point(data=iris.summary, shape=22, size=5, fill="black", stroke=2)
fill="black"
color=Species
position="jitter"
stroke=2
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following shapes we can add new color inside it and new to the outward edge
Shapes 0:6
shapes 15:20
shapes 21:25
All of them
Similar Resources on Quizizz
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
25 questions
SS Combined Advisory Quiz

Quiz
•
6th - 8th Grade
40 questions
Week 4 Student In Class Practice Set

Quiz
•
9th - 12th Grade
40 questions
SOL: ILE DNA Tech, Gen, Evol 2025

Quiz
•
9th - 12th Grade
20 questions
NC Universities (R2H)

Quiz
•
9th - 12th Grade
15 questions
June Review Quiz

Quiz
•
Professional Development
20 questions
Congruent and Similar Triangles

Quiz
•
8th Grade
25 questions
Triangle Inequalities

Quiz
•
10th - 12th Grade