gplot {bde} | R Documentation |
Bounded Density Plotting based on ggplot2
Description
Function to plot bounded density probability density functions.
Arguments
.Object |
A bounded density estimator or a list of bounded density estimators. See all the accepted classes here by running the command |
show |
Logical value. If |
includePoints |
Logical value. It determines whether or not the point used to estimate the density ( |
lwd |
Usual line width graphical parameter. See |
alpha |
A value between 0 and 1 indicating the transparency of the points when they are included in the plot |
Methods
gplot(.Object,show=FALSE,includePoints=FALSE,lwd=1,alpha=1)
References
Wickham, H. (2009). ggplot2: Elegant Graphics for Data Analysis. Springer.