R/cohort.R

Defines functions cohort

Documented in cohort

#' cohort
#'
#' Gives a particular aggregation for life.table(). Original function in demoR_0.4.2 
#' @param width12
#' @keywords cohort life table
#' @export
#' @examples
#' cohort()

cohort <- function(width12){
  return(nax12 <- width12/2)
}
milokmilo/Stranded documentation built on May 22, 2019, 11:53 p.m.