inst/examples/plots.md

Scatter plot

plot(mpg ~ cyl, data=mtcars)

plot of chunk unnamed-chunk-2

Bar plot

barplot(VADeaths)

plot of chunk unnamed-chunk-3

Histogram

hist(iris$Petal.Length)

plot of chunk unnamed-chunk-4



Try the gistr package in your browser

Any scripts or data that you put into this service are public.

gistr documentation built on July 29, 2020, 9:07 a.m.