DAA_12_R-graphics
Quiz
•
Biology, Science
•
University
•
Hard
Alfonso Gar
Used 2+ times
FREE Resource
Enhance your content in a minute
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
10 questions
Strength of Materials
Quiz
•
University
10 questions
Enjoy cái moment này
Quiz
•
University
10 questions
BIODIVERSITY
Quiz
•
University
10 questions
Eye Structures
Quiz
•
KG - University
10 questions
Scientific Report Writing
Quiz
•
University
10 questions
Science and Technology in the 19th Century
Quiz
•
University
8 questions
Chapter 18 Part 1
Quiz
•
University
9 questions
BEE Quiz 2
Quiz
•
University
Popular Resources on Wayground
20 questions
Halloween Trivia
Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Order of Operations
Quiz
•
5th Grade
20 questions
Halloween
Quiz
•
5th Grade
16 questions
Halloween
Quiz
•
3rd Grade
12 questions
It's The Great Pumpkin Charlie Brown
Quiz
•
1st - 5th Grade
20 questions
Possessive Nouns
Quiz
•
5th Grade
10 questions
Halloween Traditions and Origins
Interactive video
•
5th - 10th Grade
Discover more resources for Biology
30 questions
Cell Cycle Review
Quiz
•
KG - University
25 questions
Cell Transport
Quiz
•
KG - University
7 questions
Meiosis (Updated)
Interactive video
•
11th Grade - University
5 questions
The Circulatory and Respiratory Systems
Interactive video
•
4th Grade - University
7 questions
Food Webs and Energy Pyramids: Bedrocks of Biodiversity
Interactive video
•
11th Grade - University
7 questions
DNA, Chromosomes, Genes, and Traits: An Intro to Heredity
Interactive video
•
11th Grade - University
