accessors: Accessing original forecast and observation data for triptych...

accessorsR Documentation

Accessing original forecast and observation data for triptych objects

Description

Accessing original forecast and observation data for triptych objects

Usage

forecasts(x, ...)

observations(x, ...)

Arguments

x

An object from which the relevant information should be extracted.

...

Additional arguments passed to other methods.

Value

For forecasts(): A tibble of the original forecasts in long format.

For observations(): A vector of the observations.

See Also

estimates(), regions()

Examples

data(ex_binary, package = "triptych")
tr <- triptych(ex_binary)

forecasts(tr)
observations(tr) 


triptych documentation built on June 22, 2024, 10:48 a.m.