Just another bookdown
Preface
1
Introduction
2
Diving In
3
Technical Details
Published with bookdown
Book 1
Chapter 1
Introduction
Data
df <-
data.frame
(
x =
rnorm
(
20
),
y =
rnorm
(
20
))
& plots!
plot
(df)