electrical_power_data {ReMFPCA} | R Documentation |
Electrical Power Dataset
Description
This dataset contains measurements of voltage and electrical power consumption recorded from a household between December 2006 and November 2010.
Format
A bivariate functional data object of class 'mvmfd' with the following fields:
- voltage
Voltage measurements in volts.
- power
Calculated power consumption in watts.
Source
The dataset was collected from https://weather.com.
Examples
## Not run:
# Load the Electrical Power Dataset
data("electrical_power_data")
head(electrical_power_data)
## End(Not run)
[Package ReMFPCA version 2.0.0 Index]