R/basal_df.R

#' @title Basal test dataframe
#'
#' @description A dataframe with the results of a test to assess basal metabolism
#'
#' @docType data
#'
#' @usage data(basal_df)
#'
#' @format A data frame with 88 rows and 8 variables:
#' \describe{
#'   \item{Time}{time test, in minutess}
#'   \item{HR}{heart rate, in beats/min}
#'   \item{VO2}{volume of oxygen consumption, in ml/min}
#'   \item{VCO2}{volume of exhaled carbon dioxide, in ml/min}
#'   \item{RER}{respiratory exchange ratio}
#'   \item{BF}{breathe frequency, in breaths/min}
#'   \item{VE}{ventilation, in l/min}
#'   \item{PETCO2}{end-tidal carbondioxide pressure, in mmHg}
#' }
"basal_df"

Try the MFO package in your browser

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

MFO documentation built on March 18, 2022, 7:52 p.m.