plot.fars_density {FARS}R Documentation

Plot method for fars_density objects

Description

Plots the evolution of the estimated density over time as a 3D surface.

Usage

## S3 method for class 'fars_density'
plot(x, time_index = NULL, ...)

Arguments

x

An object of class fars_density.

time_index

Optional vector for the time axis (default is 1:nrow).

...

Additional arguments passed to the plot function. (ignored)

Value

An interactive plot of class plotly.


[Package FARS version 0.5.0 Index]