showLabels: Show labels on plot

View source: R/plotseries.R

showLabelsR 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


mdatools documentation built on Aug. 13, 2023, 1:06 a.m.