fishMR {rMR} | R Documentation |
Gnathonemus Respirometry Trial Data
Description
This is a dataset acquired duirng a respirometry trial on a mormyrid of the species Gnathonemus victoriae. It went great. There are several "loops" (open/close the respirometer) to establish routine metabolic rate, as well as an extended "closed" period to capture the "P.crit", the point at which the linear relationship between metabolic rate and ambient dissolved oxygen changed.
Usage
data(fishMR)
Format
A data frame with 64239 observations on the following 7 variables.
Date.time
a character vector
times
a numeric vector
Bar.Pressure.hpa
a numeric vector
Phase
a numeric vector
temp.C
a numeric vector
DO.mgL
a numeric vector
References
Moulton Tyler L., Chapman Lauren J., Krahe Rudiger. Manuscript in Prep.
Examples
data(fishMR)
str(fishMR)
head(fishMR)
[Package rMR version 1.1.0 Index]