Home
Twitter
Facebook
3
ggplot demo
Preface
1
Introduction
2
Basic R
3
ggplot demo
References
3
ggplot demo
library
(ggplot2)
ggplot
(
data =
mtcars,
mapping =
aes
(
x =
mpg,
y =
hp))
+
geom_point
()
2
Basic R
References