accessors {triptych}R 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) 


[Package triptych version 0.1.2 Index]