ny_gas: The New York Natural Gas Residential Monthly Consumption...

Description Usage Format Details Source Examples

Description

Units: Million Cubic Feet

Usage

1

Format

A tsibble object with monthly intervals

Details

Time zone: UTC

The dataset contains the monthly consumption of natural gas in the New York in million cubic feet. The series index is in year-month format

Source

US Energy Information Administration (Jan 2020) website

Examples

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

library(plotly)

plot_ly(data = ny_gas,
        x = ~ date,
        y = ~ y,
        type = "scatter",
        mode = "lines")

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