ny_elec: Net Generation of Electricity for the New York Region

Description Usage Format Details Source Examples

Description

The total hourly generation of electricity in the New York region since July 2015

Usage

1

Format

A tsibble object with hourly intervals

Details

Units: megawatthours

Time zone: UTC

The dataset contains the hourly generation of electricity in the New York region in megawatthours. The series index is in UTC time zone

Source

US Energy Information Administration (Jan 2020) website

Examples

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

library(plotly)

plot_ly(data = ny_elec,
        x = ~ date_time,
        y = ~ y,
        type = "scatter",
        mode = "lines")

RamiKrispin/forecastLM documentation built on April 4, 2020, 1:48 a.m.