Function to plot bounded density probability density functions.
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
).
plot(x,main="Bounded density",type="l",xlab="X",ylab="Density",...)