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
pnnl/Smisc documentation built on Oct. 18, 2020, 6:18 p.m.