DesertPlants: Phenotypic selection in winter annual plants from the Sonoran...

Description Usage Format Source References Examples

Description

Standardized data from the Kimball et al. (2013) study on phenotypic selection in four winter annual plant species from the Sonoran Desert that identified a trade-off between relative growth rate and water use efficiency. Traits were standardized by "substracting the mean and dividing by the standard deviation". These data were downloaded from Dryad and then formatted for use in this R package. DesertPlants consists of the following variables:

w

relative fitness, based on total plant biomass (RelFitness), which was used as a proxy for seed production.

stdRGR

standardized relative growth rate.

stdSLA

standardized specific leaf area, which was calculated as leaf area/dry mass of the leaf.

stdRMR

standardized root mass ratio, which was calculated as root dry mass/total dry mass.

stdN

standardized leaf Nitrogen content.

stdDELTA

standardized integrated water-use efficiency over the lifetime of the leaf, based on carbon isotope ratios.

Site

collection site within the Sonoran Desert. TH = University of Arizona's Desert Laboratory at Tumamoc Hill; cooler and wetter site. OPNM = Organ Pipe National Monument; warmer and drier site.

Species

species of plant. STMI = Stylocline micropoides, ERLA = Eriophyllum lanosum, PERE = Pectocarya recurvata, and ERTE = Erodium texanum.

ID

individual identification number within each treatment/species combination.

Usage

1

Format

data.frame with 913 observations and 9 variables. Note: The trait data contain missing values

Source

These data were obtained from the "KimballetalData.xlsx" data file available on Dryad: http://dx.doi.org/10.5061/dryad.c8c58, and are associated with Kimball et al. (2013)

References

Kimball S, Gremer JR, Huxman TE, Venable DL, Angert AL (2013) Phenotypic selection favors missing trait combinations in coexisting annual plants. The American Naturalist 182(2): 191-207. http://dx.doi.org/10.1086/671058

Examples

1
2
3
4
5
6
7
8
# Load the data
data(DesertPlants)

# Look at the structure of the data.frame
str(DesertPlants)

# Run a linear regression with w as the response and the morphological traits as the predictors
lm(w ~ ., data = DesertPlants[,1:6])

MorphoFun/psa documentation built on Nov. 10, 2021, 7:01 a.m.