plot: Bounded Density Plotting

plotR 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",...)

bde documentation built on June 10, 2022, 5:10 p.m.

Related to plot in bde...