R/constants.R

##' Constants
##' 
##' Constants to use with \code{\link{TimedVector}} for specifying time between events.
##' 
##' \code{TV_MINUTE}	A minute
##' 
##' \code{TV_HOUR}		An hour
##' 
##' \code{TV_DAY}		A day
##' 
##' @seealso \code{\link{TimedVector}}
##' @format Numeric constants
##' @export TV_MINUTE TV_HOUR TV_DAY
##' @author Chloe Bracis
##' @name Constants
##' @aliases TV_MINUTE
TV_MINUTE = 1

##' @rdname Constants
TV_HOUR = 60

##' @rdname Constants
TV_DAY = 60 * 24

Try the pdmod package in your browser

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

pdmod documentation built on May 2, 2019, 5:16 a.m.