plot.out {spikes} | R Documentation |
Plots output of spikes
Description
Plots the observed kernel density of data and the upper envelope of the resampled densities.
Usage
## S3 method for class 'out'
plot(x, main = NULL, ...)
Arguments
x |
Object of class |
main |
Title, |
... |
additional plotting arguments |
Examples
data(output)
plot(output)
[Package spikes version 1.1 Index]