plot(iris$Petal.Length ~ iris$Species)
DAA_12_R-graphics

Quiz
•
Biology, Science
•
University
•
Hard
Alfonso Gar
Used 2+ times
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Will make a dotplot
Will make a boxplot
Will make a pie plot
Will make a barplot
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
plot(iris$Species)
Will make a dotplot
Will make a boxplot
Will make a pie plot
Will make a barplot
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Which won't work
plot(iris$Species)
plot(Species, data = iris)
plot(Sepal.Length ~ ., data = iris)
library(dplyr)
iris %>%
plot()
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
The next code will print:
library(ggplot2)
ggplot(iris, aes(x = Sepal.Length, y = Sepal.Width))
Nothing
An empty frame
A dot plot
A box plot
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
The code will give:
library(ggplot2)
ggplot(iris, aes(x = Species,
y = Sepal.Width,
fill = Species)) +
geom_boxplot() +
geom_jitter()
A boxplot with all boxes the same color
A boxplot with different color for each species and all the points in black
A boxplot with different color for each species and all the points the same colors than the boxes
A dot plot
Similar Resources on Quizizz
5 questions
DAA_08_R-testing

Quiz
•
University
10 questions
Dichotomous Key

Quiz
•
KG - University
10 questions
Review for Quiz 2.1 Evolution

Quiz
•
10th Grade - University
10 questions
Why do we see the colors the way we do?

Quiz
•
University
10 questions
Cow Eye Dissection Quiz

Quiz
•
University
10 questions
How Human Eyes Work

Quiz
•
8th Grade - University
5 questions
DAA_11_Dplyr-Tidyr

Quiz
•
University
10 questions
Analyze and Interpret Data

Quiz
•
7th Grade - University
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