echinacea {aster} | R Documentation |
Data on life history traits for the purple coneflower Echinacea angustifolia
echinacea
A data frame with records for 570 plants observed over three years.
pop
encodes ancestry).Stuart Wagenius, http://www.chicagobotanic.org/research/staff/wagenius.php
library(aster) data(echinacea) vars <- c("ld02", "ld03", "ld04", "fl02", "fl03", "fl04", "hdct02", "hdct03", "hdct04") redata <- reshape(echinacea, varying = list(vars), direction = "long", timevar = "varb", times = as.factor(vars), v.names = "resp") names(echinacea) dim(echinacea) names(redata) dim(redata)