plot.hopitCP | R Documentation |
Plotting Cut-Points
## S3 method for class '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"),
...
)
decreasing.levels |
a logical indicating whether self-reported health classes are ordered in decreasing order. |
mar , oma |
graphic parameters, see |
XLab , XLab.cex |
a label of the x axis and it's size. |
YLab , YLab.cex |
a label of the y axis and it's size. |
border.lwd , border.lty , border.col |
graphic parameters for vertical lines used to plot cut-points. |
group.labels.type |
a position of the legend. One of |
... |
further plotting arguments. |
Maciej J. Danko
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.