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 out

main

Title, NULL by default

...

additional plotting arguments

Examples

data(output)
plot(output)

[Package spikes version 1.1 Index]