inst/snippets/iris.R

xyplot(Sepal.Length ~ Sepal.Width, groups = Species, data = iris, 
	main = "Some Iris Data",
	sub = "(R. A. Fisher analysized this data in 1936)",
	xlab = "sepal width (cm)",
	ylab = "sepal length (cm)",
	alpha = .5,        
	auto.key = list(columns = 3))   

Try the Lock5withR package in your browser

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

Lock5withR documentation built on May 2, 2019, 3:43 p.m.