inst/snippet/qqmath01.R

p <- qqmath(~Sepal.Length|Species,data=iris)
print(p)
set.seed(1)                      # use fixed random seed
p <- qqmath(~rnorm(150)|factor(rep(1:3,each=50)))
print(p)

Try the fastR package in your browser

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

fastR documentation built on May 1, 2019, 11:18 p.m.