Skip to contents

Plot method for SplineDensity objects.

Usage

# S3 method for SplineDensity
plot(x, y = NULL, ...)

Arguments

x

A SplineDensity object.

y

Not used yet.

...

Not used yet.

Value

None.

Details

The density value is computed on a fine grid using the predict method for the class. The original points used in the creation of the object are shown as well.