iris | R Documentation |
This is the identical dataset as original iris
data where numeric values of
Sepal.Length
, Sepal.Width
, Petal.Length
, Petal.Width
measured in centimeters are given for 50 flowers from each of 3 species of iris.
data(iris)
a data.frame containing
sepal length
sepal width
petal length
petal width
(factor) one of 'setosa','versicolor', and 'virginica'.
# load the data data(iris) # visualize opar <- par(no.readonly=TRUE) plot(iris[,1:4]) par(opar)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.