plot_mult_markedpp: Plot multiple pairs of event series.

Description Usage Arguments

View source: R/markedPP_funcs.R

Description

Plot multiple pairs of event series.

Usage

1
2
3
plot_mult_markedpp(x, W, c = 1, leg = TRUE, lbl = c("Mark 1", "Mark 2"),
  leg.loc = c(2.25, 11.75), cc = 1, xlab = "t", ylab = "User",
  xticks = TRUE)

Arguments

x

Data.frame of <id, t, m> multiple pairs of event series.

W

Observation window c(low, high), equivalent to xlim.

c

Numeric cex value for point size; default == 1

leg

Logical indicating whether or not to include legend; default == TRUE

lbl

Vector of labels for the legend corresponding to marks 1/A and 2/B, respectively; default == c("Mark 1", "Mark 2")

leg.loc

Where to locate legend in c(x,y) coordinates.

cc

Numeric cex value for axis & legend magnification; default == 1

xlab

Character x-axis label.

ylab

Character y-axis label.

xticks

boolean whether or not to plot x tick latels


UCIDataLab/assocr documentation built on Oct. 15, 2021, 8:54 p.m.