Learn R Programming

Smisc (version 0.3.9.1)

PowerData: An example of power data

Description

A small, altered, subset of total rack power for one of the racks in a data center. Used for illustration of timeIntegration

Arguments

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" ...

Examples

Run this code
# NOT RUN {
data(PowerData)
print(PowerData)
rm(PowerData, envir=.GlobalEnv)

# }

Run the code above in your browser using DataLab