plot.fars: Plot Method for fars Object

View source: R/plot.fars.R

plot.farsR 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.


FARS documentation built on Aug. 8, 2025, 7:33 p.m.