showLabels {mdatools} | R Documentation |
Show labels on plot
Description
Show labels on plot
Usage
showLabels(
ps,
show.excluded = FALSE,
pos = 3,
cex = 0.65,
col = "darkgray",
force.x.values = NULL,
bwd = 0.8
)
Arguments
ps |
'plotseries' object |
show.excluded |
logical, are excluded rows also shown on the plot |
pos |
position of the labels relative to the data points |
cex |
size of the labels text |
col |
color of the labels text |
force.x.values |
vector with forced x-values (or NULL) |
bwd |
bar width in case of bar plot |
[Package mdatools version 0.14.1 Index]