plot.obs {geocausal} | R Documentation |
Plot observed densities
Description
Plot observed densities
Usage
## S3 method for class 'obs'
plot(x, ..., dens_2 = NA, dens_3 = NA, actual_data = NA, time_unit = NA)
Arguments
x |
input |
... |
arguments passed on to the function |
dens_2 |
density 2 (if any). By default, 'NA'. |
dens_3 |
density 3 (if any). By default, 'NA'. |
actual_data |
actual data in the form of 'hyperframe$column'. |
time_unit |
x-axis label of the output |
[Package geocausal version 0.3.2 Index]