plot.hopitLV | R Documentation |
Plotting getLevels object
## 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,
...
)
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. |
Maciej J. Danko
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.