plot.fars {FARS}R Documentation

Plot Method for fars Object

Description

Generates line plots of forecasted quantiles from a FARS object. If a stressed scenario is available, it is plotted in a separate panel.

Usage

## S3 method for class 'fars'
plot(x, dates = NULL, ...)

Arguments

x

An object of class fars.

dates

Optional vector of dates (as Date or zoo::yearqtr) to use for the x-axis. If not provided, a simple index is used.

...

Additional arguments (currently ignored).

Value

No return value. Called for plot generation.


[Package FARS version 0.5.0 Index]