roseflowers {dad} | R Documentation |
Rose flowers
Description
The data are extracted from measures on roses from an agronomic experiment in a greenhouse and outdoors.
Usage
data(roseflowers)
Format
roseflowers
is a list of two data frames:
roseflowers$variety
: this first data frame has 5 rows and 3 columns (factors) namedplace
,rose
andvariety
.roseflowers$flower
: this second data frame has 11 cases and 5 columns namednumflower
(the order number of the flower),rose
,diameter
andheight
(the diameter and height of the flower), andnleaves
(the number of the leaves of the axis).
Examples
data(roseflowers)
summary(roseflowers$variety)
summary(roseflowers$flower)
[Package dad version 4.1.2 Index]