Skip to content

Commit 14d95ac

Browse files
committed
Add Holly's minor edits to Ch 1a
1 parent 384574c commit 14d95ac

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Chapter-Instructions/Chapter_01a_Instructions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,9 @@ AMAZING work! Now, let’s *really* get into it.
193193
**To begin**: Create a plot with the function ggplot(), which you will
194194
add **layers** to using different **arguments**. The first argument of
195195
ggplot() is the dataset to be used in the graph: ggplot(data = penguins)
196-
creates an empty graph that is primed to display the penguins dataset.
197-
Run the following command (and all example commands) the same way you ran the library commands above.
196+
creates an empty graph that is primed to display the penguins dataset.
197+
Run the following command (and all example and exercise commands) the
198+
same way you ran the library commands above.
198199

199200
``` r
200201
ggplot(data = penguins)

Chapter-Instructions/Chapter_01a_Instructions.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ In the context of **palmerpenguins**, a variable refers to an attribute of all t
174174

175175
**To begin**: Create a plot with the function ggplot(), which you will add **layers** to using different **arguments**.
176176
The first argument of ggplot() is the dataset to be used in the graph: ggplot(data = penguins) creates an empty graph that is primed to display the penguins dataset.
177+
Run the following command (and all example and exercise commands) the same way you ran the library commands above.
177178

178179
```{r empty ggplot}
179180
#| eval: false

0 commit comments

Comments
 (0)