plot.hopitLV {hopit} | R Documentation |
Plotting getLevels object
Description
Plotting getLevels object
Usage
## S3 method for class '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,
...
)
Arguments
x |
aobject generated by |
mar , oma |
graphic parameters, see |
YLab , YLab.cex |
a label for the y-axis and it's size. |
legbg |
a legend background color. See |
legbty |
a legend box type. See |
las |
the style of axis labels, see |
... |
further plotting arguments. |
Author(s)
Maciej J. Danko
[Package hopit version 0.11.6 Index]