Skip to content

Commit f16ebf0

Browse files
committed
Add example code
1 parent af58f79 commit f16ebf0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

penguins.R

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,9 @@ viz <- ggplot(penguins,
4343
labs(title = "Length and depth of penguin bills")
4444
ggsave(here("Figures", "Bill-features.png"),
4545
width = 6, height = 5, units = "in")
46+
47+
48+
49+
## ## ## ## ## ## ## ## ## ## ##
50+
# ADD YOUR OWN CODE BELOW ####
51+
## ## ## ## ## ## ## ## ## ## ##

0 commit comments

Comments
 (0)