plot.adeba: Plot density estimate

Description Usage Arguments Author(s)

View source: R/plot.r

Description

Plot density estimate

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## S3 method for class 'adeba'
plot(x, y, type = c("estimate", "data", "both"), ...,
  add = FALSE)

## S3 method for class 'adeba'
lines(x, ...)

## S3 method for class 'adeba'
points(x, ...)

## S3 method for class 'adeba'
contour(x, ...)

Arguments

x

Density estimate.

y

Ignored, kept for S3 consistency.

type

What type of plot to draw.

...

Sent to plot, image or some other base plotting function, depending on type and dimension of the estimate.

add

Whether to start a new plot (FALSE) or add to an existing (TRUE).

Author(s)

Christofer B<c3><a4>cklin


adeba documentation built on May 2, 2019, 3:21 a.m.

Related to plot.adeba in adeba...