@@ -709,6 +709,7 @@ ggplot(data = mpg) +
|
|||||||
##### Exercises
|
##### Exercises
|
||||||
|
|
||||||
1. What graph will this code make?
|
1. What graph will this code make?
|
||||||
|
|
||||||
```{r eval = FALSE}
|
```{r eval = FALSE}
|
||||||
ggplot(data = mpg) +
|
ggplot(data = mpg) +
|
||||||
geom_point(mapping = aes(x = displ, y = hwy)) +
|
geom_point(mapping = aes(x = displ, y = hwy)) +
|
||||||
@@ -716,6 +717,7 @@ ggplot(data = mpg) +
|
|||||||
```
|
```
|
||||||
|
|
||||||
1. What graph will this code make?
|
1. What graph will this code make?
|
||||||
|
|
||||||
```{r eval = FALSE}
|
```{r eval = FALSE}
|
||||||
ggplot(data = mpg) +
|
ggplot(data = mpg) +
|
||||||
geom_point(mapping = aes(x = displ, y = hwy)) +
|
geom_point(mapping = aes(x = displ, y = hwy)) +
|
||||||
|
|||||||
Reference in New Issue
Block a user