Search Header Logo

DAA_12_R-graphics

Authored by Alfonso Gar

Biology, Science

University

Used 3+ times

DAA_12_R-graphics
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?