
Plotting Cut-Points
# S3 method for hopitCP
plot(
x,
decreasing.levels = x$decreasing.levels,
mar = c(4, 4, 1, 1),
oma = c(0, 0, 0, 0),
XLab = "Health index",
XLab.cex = 1.1,
YLab = "Counts",
YLab.cex = 1.1,
border.col = 2,
border.lty = 2,
border.lwd = 1.5,
group.labels.type = c("middle", "border", "none"),
...
)
a logical indicating whether self-reported health classes are ordered in decreasing order.
graphic parameters, see par
.
a label of the x axis and it's size.
a label of the y axis and it's size.
graphic parameters for vertical lines used to plot cut-points.
a position of the legend. One of middle
, border
, or none
.
further plotting arguments.
Maciej J. Danko