Skip to content

Commit da3706a

Browse files
author
Ryan Williams
committed
started a lessons directory
1 parent 1fd87d6 commit da3706a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

R_visualization.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ lo_95=quantile(variable, 0.025))
6969

7070
To start plotting this we will use the ggplot2() package. We will start with a blank plot and add aesthetic layers to it.
7171

72-
`ggplot(dataset) # note the error
72+
```
73+
ggplot(dataset) # note the error
7374
ggplot(dataset)+geom_boxplot(aes(x=categorical_variable, y= variable))
74-
`
75+
```
7576

7677

lessons/lesson.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This is a placeholder lesson
2+
============================

0 commit comments

Comments
 (0)