print.fars_density {FARS} | R Documentation |
Print method for fars_density objects
Description
Displays a brief summary of the density estimation object produced by the density()
or nl_density()
function.
Usage
## S3 method for class 'fars_density'
print(x, ...)
Arguments
x |
An object of class |
... |
Additional arguments (ignored). |
Value
The input object x
, returned invisibly.
[Package FARS version 0.5.0 Index]