powered by
These data are collected on eight rosebushes from four varieties, during summer 2010 in Angers, France. They give measures of the flowering.
data("floribundity")
floribundity is a list of 16 data frames, each corresponding to an observation date. Each one of these data frames has 3 or 4 columns:
floribundity
rose: the number of the rosebush, that is an identifier.
rose
variety: factor. The variety of the rosebush.
variety
area (when available): numeric. The ratio of flowering area to the whole plant area, measured on the photograph of the rosebush.
area
nflowers (when available): integer. The number of flowers on the rosebush.
nflowers
The row names of these data frames are the rose identifiers.
data(floribundity) foldt <- foldert(floribundity, times = as.Date(names(floribundity)), rows.select = "union") summary(foldt)
Run the code above in your browser using DataLab