Last data update: 2014.03.03

R: Rose flowers
roseflowersR 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) named place, rose and variety.

  • roseflowers$flower: this second data frame has 11 cases and 5 columns named numflower (the order number of the flower), rose, diameter and height (the diameter and height of the flower), and nleaves (the number of the leaves of the axis).

Examples

data(roseflowers)
summary(roseflowers$variety)
summary(roseflowers$flower)

Results