floribundity | R Documentation |
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:
rose
: the number of the rosebush, that is an identifier.
variety
: factor. The variety of the rosebush.
area
(when available): numeric. The ratio of flowering area to the whole plant area, measured on the photograph of the rosebush.
nflowers
(when available): integer. The number of flowers on the rosebush.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.