Plotting getLevels object
# S3 method for hopitLV
plot(
x,
mar = c(7, 2, 1.5, 0.5),
oma = c(0, 3, 0, 0),
YLab = "Fraction [%]",
YLab.cex = 1.1,
legbg = grDevices::adjustcolor("white", alpha.f = 0.4),
legbty = "o",
las = 3,
...
)aobject generated by getLevels.
graphic parameters, see par.
a label for the y-axis and it's size.
a legend background color. See bg parameter in legend.
a legend box type. See bty parameter in legend.
the style of axis labels, see par.
further plotting arguments.
Maciej J. Danko