plot.weights {hbsae} | R Documentation |
Plot method for objects of class weights
.
Description
Plot method for objects of class weights
.
Usage
## S3 method for class 'weights'
plot(
x,
log = FALSE,
breaks = "Scott",
main = "Distribution of weights",
xlab = if (log) "log(weight)" else "weight",
ylab = "frequency",
col = "cyan",
...
)
Arguments
x |
object of class |
log |
whether to log-transform the weights. |
breaks |
breaks argument of function |
main |
main title of plot. |
xlab |
x-axis label. |
ylab |
y-axis label. |
col |
colour. |
... |
additional arguments passed to |
See Also
[Package hbsae version 1.2 Index]