covidPlot: Plot covid data in my format Parameters are same as for...

Description Usage

View source: R/covidPlot.r

Description

Plot covid data in my format Parameters are same as for xyplot, except that * I have not yet implemented subset as an argument * logX, logY determine if the axis are log or not (FALSE = linear, True = Log10, N = LogN) * formatX, formatY are the format to apply to axis ticks * numTickIntervalsX, numTickIntervalsY are the approximate number of intervals between tick marks

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
covidPlot(
  formula1,
  data,
  groups = NULL,
  logX = FALSE,
  logY = TRUE,
  type = c("p", "l"),
  subtitle = "",
  xlab = NULL,
  numTickIntervalsX = 5,
  formatX = NULL,
  ylab = NULL,
  numTickIntervalsY = 5,
  formatY = NULL,
  allow.multiple = is.null(groups) || outer,
  outer = !is.null(groups),
  drop.unused.levels = lattice.getOption("drop.unused.levels"),
  ...
)

fkzack/FredsRUtils documentation built on Dec. 14, 2021, 8:44 a.m.