roseleaves {dad} | R Documentation |
Rose leaves
Description
The data are extracted from measures on roses from an agronomic experiment in a greenhouse and outdoors.
Usage
data("roseleaves")
Format
roseleaves
is a list of four data frames:
roseflowers$rose
: data frame with 7 rows and 3 columns (factors) namedrose
,place
andvariety
.roseflowers$stem
: data frame with 12 rows and 5 columns namedrose
,stem
,date
,order
(the ramification order of the stem) andnleaves
(the number of leaves of the stem).roseflowers$leaf
: data frame with 35 rows and 5 columns namedstem
,leaf
,rank
(the rank of the leaf on the stem),nleaflets
andlrachis
(the number of leaflets of the leaf and the length of its rachis).roseflowers$leaflet
: data frame with 221 rows and 4 columns namedleaf
,leaflet
,lleaflet
andwleaflet
(the length and width of the leaflet).
Each row (rose) in roseleaves$rose
pertains to several rows (stems) in roseleaves$stem
.
Each row (stem) in roseleaves$rose
pertains to several rows (leaves) in roseleaves$leaf
.
Each row (leaf) in roseleaves$rose
pertains to several rows (leaflets) in roseleaves$leaflet
.
Examples
data(roseleaves)
summary(roseleaves$rose)
summary(roseleaves$stem)
summary(roseleaves$leaf)
summary(roseleaves$leaflet)