Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Chapter-Instructions/Chapter_01a_Instructions.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ Run the following command (and all example and exercise commands) the same way y
#| eval: false
ggplot(data = penguins)
```
A grey box with no axes should have appeared in your workspace.

Now we can tell ggplot() how we want to visualize our penguins data.
Our next argument is mapping, where we define how the variables in our dataset are mapped to visual properties (ie **aesthetics**) of the plot.
Expand Down