Learn R Programming

aster (version 0.7-4)

chamae: Life History Data on Chamaecrista fasciculata

Description

Data on life history traits for the partridge pea Chamaecrista fasciculata

Usage

chamae

Arguments

source

Julie Etterson http://www.d.umn.edu/biology/faculty/Etterson_page1.htm

Details

The levels of varb indicate nodes of the graphical model to which the corresponding elements of the response vector resp belong. This is the typical long format produced by the R reshape function. For each individual, there are several response variables. All response variables are combined in one vector resp. The variable varb indicates which original variable the number was for. The variable id indicates which individual the number was for. The levels of varb, which are the names of the original variables are [object Object],[object Object],[object Object]

References

These data have been previously analyzed by non-aster methods in the following.

Etterson, J.~R. (2004). Evolutionary potential of Chamaecrista fasciculata in relation to climate change. I. Clinal patterns of selection along an environmental gradient in the great plains. Evolution, 58, 1446-1458.

Etterson, J.~R., and Shaw, R.~G. (2001). Constraint to adaptive evolution in response to global warming. Science, 294, 151-154.

Examples

Run this code
data(chamae)
### wide version
chamaew <- reshape(chamae, direction = "wide", timevar = "varb",
    v.names = "resp", varying = list(levels(chamae$varb)))

Run the code above in your browser using DataLab