Last data update: 2014.03.03

R: Cryptantha Perennial Dataset with Covariates
dataIPMpackCryptanthaR Documentation

Cryptantha Perennial Dataset with Covariates

Description

Demographic data of Cryptantha flava in the "Redfleet State Park", UT, USA. Life cycle, experimental design and data are described in Salguero-Gomez et al (2012). Data contains a subset of individuals from 2004 to 2010. Full dataset can be obtained upon request to the authors (salguero@demogr.mpg.de and bcasper@sas.upenn.edu).

Usage

data(dataIPMpackCryptantha)

Format

The format is: chr "dataIPMpackCryptantha"

Details

Data-frame with headings:

- ID: unique plant id (this file contains only a subset of all individuals)

- treatment: the full experimental design contain to droughts (in 1998 and 1999) but this subset contains only info on the control permanent plots. See Lucas et al J Ecol 2008

- site: spatial replication site

- plot: plot number

- quadrat: quadrat number inside of plot

- x: x coordinate (cm) inside of the quadrat

- y: y coordinate (cm) inside of the quadrat

- shrub: shrub species within the zone of influence of the individual (At = Artemisia tridentata; Cn = Chrysothamnus nauseosus)

- compass: compass direction of the line connecting the centroid of the shrub and the individual of Cryptantha flava

- distance: distance (in cm) of the individual of Cryptantha flava to the shrub. Negative distance imply the individual is "inside" the shrub. Zero implies the individual is at the edge of the shrub's canopy.

- year: transition from t to t+1 (this subset contains only data for 2004-2010)

- prec: annual precipitation (in cm) from June of year t-1 to May of year t

- age: age of individual (in years) in year t. Individuals of unknown age are assigned to 999

- size: total number of rosettes (vegetative and flowering) of the individual in year t

- fec0: probability of reproduction (0: vegetative, 1: flowering; NA: individual not alive) in year t

- fec1: number of flowering rosettes in year t (NA: fec0 = 0 or NA)

- surv: survival (0 = dead, 1= alive, NAs if not yet recruited)

- precNext: annual precipitation (in cm) from June of year t to May of year t+1

- ageNext: age of individual (in years) in year t+1. Individuals of unknown age are assigned to 999

- sizeNext: total number of rosettes (vegetative and flowering) of the individual in year t+1

Author(s)

Rob Salguero-Gomez & Brenda B Casper

References

Salguero-Gomez R, Siewert W, Casper B & Tielboerger K. Oct 2012. A demographic approach to study effects of climate change in desert plants. Philosophical Transactions of the Royal Society. Series B - Biological Sciences x, pxxx-xxx

Lucas R, Forseth I, Casper B. 2008. Using rainout shelters to evaluate climate change effects on the demography of Cryptantha flava. Journal of Ecology 96, p514-522

Examples

data(dataIPMpackCryptantha)
print(head(dataIPMpackCryptantha))

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(IPMpack)
Loading required package: Matrix
Loading required package: MASS
Loading required package: nlme
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/IPMpack/dataIPMpackCryptantha.csv.Rd_%03d_medium.png", width=480, height=480)
> ### Name: dataIPMpackCryptantha
> ### Title: Cryptantha Perennial Dataset with Covariates
> ### Aliases: dataIPMpackCryptantha
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(dataIPMpackCryptantha)
> print(head(dataIPMpackCryptantha))
                    ID treatment site plot quadrat  x  y shrub compass distance
1  Control_I_3_3_65_25   Control    I    3       3 65 25  <NA>      NA       NA
2 Control_II_5_2_46_42   Control   II    5       2 46 42  <NA>      NA       NA
3 Control_II_5_4_40_35   Control   II    5       4 40 35  <NA>      NA       NA
4 Control_II_5_4_95_91   Control   II    5       4 95 91  <NA>      NA       NA
5 Control_II_5_5_50_70   Control   II    5       5 50 70  <NA>      NA       NA
6 Control_II_5_5_50_70   Control   II    5       5 50 70  <NA>      NA       NA
  year prec age size fec0 fec1 surv precNext ageNext sizeNext
1 2004   56  NA   NA   NA   NA   NA       36       1        4
2 2004   56   1    1    0   NA    0       36      NA       NA
3 2004   56   6   43    1    6    1       36       7       25
4 2004   56  NA   NA   NA   NA   NA       36       1        1
5 2004   56   1    1    0   NA    0       36      NA       NA
6 2004   56   1    1    0   NA    0       36      NA       NA
> 
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>