Week1 Quiz

Week1 Quiz

University

8 Qs

quiz-placeholder

Similar activities

ITBP301_Chapter 03-04

ITBP301_Chapter 03-04

University

10 Qs

SYS2202

SYS2202

University

6 Qs

Data Analytics Week 3 Quiz

Data Analytics Week 3 Quiz

University

10 Qs

DES & AES in Cryptography

DES & AES in Cryptography

University

10 Qs

pelatihan r

pelatihan r

University

10 Qs

ggplot2 geoms and data types

ggplot2 geoms and data types

University

5 Qs

Cryptography

Cryptography

University

10 Qs

Unit 3 - 4.1.2 Wireless Devices

Unit 3 - 4.1.2 Wireless Devices

9th Grade - University

10 Qs

Week1 Quiz

Week1 Quiz

Assessment

Quiz

Computers

University

Hard

Created by

Dongui Lee

FREE Resource

8 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

15 mins • 1 pt

Media Image

Enter the code in the mosaic

2.

FILL IN THE BLANK QUESTION

15 mins • 1 pt

Media Image

Enter the code in the mosaic

3.

FILL IN THE BLANK QUESTION

15 mins • 1 pt

Media Image

How to draw this plot?

(fill in the blank)

ggplot(data=mpg)+

_________(mapping=aes(x=displ,y=hwy))

4.

FILL IN THE BLANK QUESTION

15 mins • 1 pt

Media Image

How to draw this plot? (fill in the blacnk)

ggplot(data=mpg)+

geom_point(aes(x=displ,y=hwy,_____=class))

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

How to make these plots?(fill in the blank)

ggplot(data=mpg,aes(x=displ,y=hwy))+

geom_point()+

facet_wrap(class~.,____=2)

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

How to draw this plot? (fill in the blank)

ggplot(data=mpg,aes(x=displ,y=hwy))+

geom_point(aes(color=drv))+

geom_smooth(aes(________=drv), se=FALSE)

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

How to draw this plot? (fill in the blank)

ggplot(data=diamonds,aes(x=cut))+

geom_bar(fill=NA, aes(color=clarity), position='_____')

8.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

How to draw this plot? (fill in the blank)

ggplot(mpg,aes(displ,hwy))+

geom_[______]()