floribundity: Rose flowering

floribundityR Documentation

Rose flowering

Description

These data are collected on eight rosebushes from four varieties, during summer 2010 in Angers, France. They give measures of the flowering.

Usage

data("floribundity")

Format

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.

Examples

data(floribundity)
foldt <- foldert(floribundity, times = as.Date(names(floribundity)), rows.select = "union")
summary(foldt)

dad documentation built on Aug. 30, 2023, 5:06 p.m.