Learn R Programming

dad (version 4.1.6)

rosephytomer: Rose leaf and internode dynamics

Description

These data are extracted from measures on rosebushes during a study on leaf and internode expansion dynamics. For four rosebushes, on each metamer, the length of the terminal leaflet and the length of the internode were measured on several days, from the 24 april 2010 to the 19 july 2010.

The metamers which have no leaflets are omitted.

Usage

data("rosephytomer")

Arguments

Format

A data frame with 643 rows (4 plants, 7, 8 or 9 metamers per plant, 37 days of observation) and 6 columns:

date

a POSIXct

nplant

a factor with levels 113 114 118 121. Numbers of the plants.

rank

numeric. Rank of the metamer on the stem.

lleaflet, linternode

numeric. Length of the terminal leaflet, length of the internode.

phytomer

factor. Identifiers of the metamers.

Examples

Run this code
data(rosephytomer)
as.foldert(rosephytomer, method = 1, ind = "phytomer", timecol = "date", same.rows = TRUE)

Run the code above in your browser using DataLab