DAA_12_R-graphics
Quiz
•
Biology, Science
•
University
•
Hard
Alfonso Gar
Used 2+ times
FREE Resource
Enhance your content
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
plot(iris$Petal.Length ~ iris$Species)
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 Wayground
7 questions
Dataskills 2024-25
Quiz
•
University
10 questions
M5 - 2 Ecology 1
Quiz
•
University
10 questions
Classification
Quiz
•
6th Grade - University
10 questions
Biodiversity and human welfare
Quiz
•
University
5 questions
DAA_08_R-testing
Quiz
•
University
8 questions
EMODELAN DAN KOMPUTASI PERIKANAN TANGKAP
Quiz
•
University
10 questions
Classification of Microorganisms - MicroCore Review Center
Quiz
•
University - Professi...
10 questions
Reporting Category 3 Quiz
Quiz
•
9th Grade - University
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade