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 |
dates |
Optional vector of dates (as |
... |
Additional arguments (currently ignored). |
Value
No return value. Called for plot generation.
[Package FARS version 0.5.0 Index]