R/sti_data.R

#' @title FRRf induction data from a PSI FL-3500 instrument.
#' @description A dataset containing FRRf induction data for testing the psifluo
#' STI fitting functions. This is a typical output from a PSI file obtained using
#' Doug Campbell's protocol (see Vignette for more info)
#' @format A data frame with 40 rows and  23 variables.
#' \describe{
#' \item{time}{time in micro seconds}
#' \item{light_1}{First measurement at the light step}
#' \item{light_2}{Second measurement at the light step}
#' \item{light_3}{Third measurement at the light step}
#' \item{light_4}{Fourth measurement at the light step}
#' \item{light_5}{Fifth measurement at the light step}
#' \item{light_6}{Sixth measurement at the light step}
#' \item{light_7}{Seventh measurement at the light step}
#' \item{light_8}{Eighth measurement at the light step}
#' \item{light_9}{Ninth measurement at the light step}
#' \item{light_10}{Tenth measurement at the light step}
#' \item{light_11}{Eleventh measurement at the light step}
#' \item{dark_1}{First measurement at the dark step}
#' \item{dark_2}{Second measurement at the dark step}
#' \item{dark_3}{Third measurement at the dark step}
#' \item{dark_4}{Fourth measurement at the dark step}
#' \item{dark_5}{Fifth measurement at the dark step}
#' \item{dark_6}{Sixth measurement at the dark step}
#' \item{dark_7}{Seventh measurement at the dark step}
#' \item{dark_8}{Eighth measurement at the dark step}
#' \item{dark_9}{Ninth measurement at the dark step}
#' \item{dark_10}{Tenth measurement at the dark step}
#' \item{dark_11}{Eleventh measurement at the dark step}
#' }
"sti_data"
bmjesus/psifluo documentation built on Aug. 27, 2020, 1:47 a.m.