R/timeData.R

##' Generic data frame with a time variable
##'
##' Generic data frame with a time variable to support the example in
##' \code{\link{smartTimeAxis}}.
##'
##' @name timeData
##' @docType data
##' @format A data frame with 414 observations on the following 2 variables.
##' \describe{
##' \item{time}{a POSIXt time variable}
##' \item{x}{a numeric vector}
##' }
##' @keywords datasets
##' @examples
##'
##' data(timeData)
##'
NULL

Try the Smisc package in your browser

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

Smisc documentation built on May 2, 2019, 2:46 a.m.