plot {bde}R Documentation

Bounded Density Plotting

Description

Function to plot bounded density probability density functions.

Arguments

x

A bounded density estimator. See all the accepted classes here by running the command getSubclasses("BoundedDensity").

main, type, xlab, ylab

Graphical parameters with default values (see par).

...

Arguments to be passed to methods, such as (other) graphical parameters (see par).

Methods

plot(x,main="Bounded density",type="l",xlab="X",ylab="Density",...)

[Package bde version 1.0.1.1 Index]