| pupae {lgrdata} | R Documentation |
Pupae data
Description
This dataset is from an experiment where larvae were left to feed on Eucalyptus leaves, in a glasshouse that was controlled at two different levels of temperature and CO$_2$ concentration. After the larvae pupated (that is, turned into pupae), the body weight was measured, as well as the cumulative 'frass' (larvae excrement) over the entire time it took to pupate.
Usage
pupae
Format
A data frame with 84 rows and 5 variables:
T_treatmentinteger Temperature treatments ('ambient' and 'elevated')
CO2_treatmentinteger CO$_2$ treatment (280 or 400 ppm).
Genderinteger The gender of the pupae : 0 (male), 1 (female)
PupalWeightdouble Weight of the pupae ($g$)
Frassdouble Frass produced ($g$)
Source
Data courtesy of Tara Murray, and simplified for the purpose of this package.
[Package lgrdata version 0.1.1 Index]