R/incR.R

#' incR: Analysis of animal incubation
#' 
#' This packages is formed by a suite of R functions that help the user to get
#' useful biological information from raw time-series data of 
#' incubation temperatures. It is thought to be of interest for
#' the study of uni-parental or intermittent incubating species.
#' 
#' 
#' @section Suggested workflow:
#' Check the package vignettes to find a suggested workflow
#' and calibrate the main function in \code{incR}.
#' 
#' @section incR functions:
#' The current version of incR contains the following functions and three example data sets:
#' \code{\link{incRprep}}, \code{\link{incRenv}},
#' \code{\link{incRscan}},
#' \code{\link{incRact}}, 
#' \code{\link{incRatt}}
#' \code{\link{incRbouts}} and 
#' \code{\link{incRt}}, along with three example data sets.
#' 
#' 
#' @docType package
#' @name incR  
NULL

Try the incR package in your browser

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

incR documentation built on April 19, 2023, 1:07 a.m.