Cal_elec: Demand for California Independent System Operator (CISO)

Description Usage Format Details Source Examples

Description

The demand for electricity in California subregion since July 2018 by operator.

Units: megawatthours

Time zone: UTC

Usage

1

Format

A tsibble object with hourly intervals

Details

The dataset contains the hourly demand for electricity in the California subregion (megawatthours). The 'operator' column describes the name of operator provider

Source

US Energy Information Administration (Dec 2019) website

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
data(Cal_elec)

library(plotly)

plot_ly(data = Cal_elec,
        x = ~ date_time,
        y = ~ series,
        color = ~ operator,
        type = "scatter",
        mode = "lines")

USgrid documentation built on March 21, 2021, 5:06 p.m.