milkweedData: Milkweed Chemical Defense Data
Description
The milkweed (Asclepius syriaca) chemical defense data, milkweedData
, has concentrations for 12 cardenolides from multiple tissues and plants with and without evidence of herbivorous weevil damage. These correspond to the milkweedVars
dataframe, which contains the plant variables.
Usage
data("milkweedData")
data("milkweedVars")
Format
milkweedData
is a data frame with 101 observations of concentrations ($\mu$g per 0.1 g dry wt) for 12 cardenolides. Column names indicate the HPLC retention times for each compound (earlier RTs are more polar). milkweedVars
is a dataframe of 101 observations on the following 4 variables:
tissue
- a character vector of five tissues analyzed:
cortex
, epidermis
, leaf
, pith
, and vascular
tissue PlantID
- a character vector of unique plant IDs
infectstatus
- a character vector identifying whether a plant had weevil oviposition damage (
D
) or was undamaged (U
) total
- a character vector indicating the highest hierarchical level
Source
Fordyce, J.A. and S.B. Malcolm (2000). Specialist weevil, Rhyssomatus lineaticollis, does not spatially avoid cardenolide defenses of common milkweed by oviposition into pith tissue. J. Chem. Ecol.. 26(12):2857--2874.Examples
Run this codedata(milkweedData)
str(milkweedData)
data(milkweedVars)
str(milkweedVars)
Run the code above in your browser using DataLab