roseflowers | R Documentation |
The data are extracted from measures on roses from an agronomic experiment in a greenhouse and outdoors.
data(roseflowers)
roseflowers
is a list of two data frames:
roseflowers$variety
: this first data frame has 5 rows and 3 columns (factors) named
place
, rose
and variety
.
roseflowers$flower
: this second data frame has 11 cases and 5 columns named numflower
(the order number of the flower), rose
, diameter
and height
(the diameter and height of the flower), and nleaves
(the number of the leaves of the axis).
data(roseflowers)
summary(roseflowers$variety)
summary(roseflowers$flower)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.