R/pre.R

#' @name pre
#' @aliases pre
#' @docType data
#' @title Pre Raw Data
#' @description A dataset contains raw data of a background test conducted before metabolic rate measurements (pre-test), obtained by using the function \code{\link{import.test}}.
#' @usage pre
#' @format A data frame with 4800 rows and 7 variables:
#' \describe{
#'   \item{Chamber.No}{the number of a chamber}
#'   \item{Test}{a constant string "test"}
#'   \item{Time}{ordinal number of seconds in each measurement phase (1-1200)}
#'   \item{Init.O2}{initial level of dissolved oxygen (mgO2/L)}
#'   \item{Temp}{temperature at each second (\eqn{C^{o}})}
#'   \item{O2}{actual level of dissolved oxygen at each second (mgO2/L)}
#'   \item{delta.O2}{the difference between actual and initial \eqn{O_{2}}}
#' }
"pre"

Try the FishResp package in your browser

Any scripts or data that you put into this service are public.

FishResp documentation built on Sept. 18, 2022, 5:06 p.m.