plot.hopitLV: Plotting getLevels object

plot.hopitLVR 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 getLevels.

mar, oma

graphic parameters, see par.

YLab, YLab.cex

a label for the y-axis and it's size.

legbg

a legend background color. See bg parameter in legend.

legbty

a legend box type. See bty parameter in legend.

las

the style of axis labels, see par.

...

further plotting arguments.

Author(s)

Maciej J. Danko


hopit documentation built on Oct. 1, 2022, 5:06 p.m.