Plot the density of binned elements with binning information.
Usage
plotBinDensity(
x,
b,
xlab = deparse(substitute(x, env = as.environment(-1))),
ylab = "Density",
main = "",
legend = "topright",
legend.cex = 1,
...
)
Arguments
- x
A numerical vector with the values used for binning.
- b
A factor that groups elements of
x
into bins (typically the output ofbin
).- xlab
Label for x-axis.
- ylab
Label for y-axis.
- main
Main title.
- legend
If not
NULL
, draw a legend with binning information (will be passed tolegend(x=legend)
to control legend position).- legend.cex
A scalar that controls the text size in the legend relative to the current
par("cex")
(seelegend
).- ...
Further arguments passed to
getColsByBin
.