My test bookdown
Preface
1
Intro
1.1
Including Plots
2
Another chapter
Published with bookdown
Bookdown 2
Chapter 2
Another chapter
Here is some data:
df <-
data.frame
(
x =
1
:
20
,
y =
rnorm
(
20
))
This is a plot:
plot
(df)