R/PowerData.R

##' An example of power data
##'
##' A small, altered, subset of total rack power for one of the racks in a data
##' center.  Used for illustration of \code{\link{timeIntegration}}
##'
##' @name PowerData
##' @docType data
##' @format The format is: Named num [1:12] 5.15 5.15 5.15 5.16 5.16 ...  -
##' attr(*, "names")= chr [1:12] "2008-05-06 17:00:01" "2008-05-06 17:00:17"
##' "2008-05-06 17:00:21" "2008-05-06 17:00:32" ...
##' @keywords datasets
##' @examples
##'
##' data(PowerData)
##' print(PowerData)
##' rm(PowerData, envir=.GlobalEnv)
##'
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.