symmetricPlot: Create a "symmetric log plot", with postive values on a log...

Description Usage

View source: R/covidPlot.r

Description

Create a "symmetric log plot", with postive values on a log plot going up from zero, zero values at 0, and negitive values as a plot of log of absolute error going down from zero 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
symmetricPlot(
  formula1,
  data,
  groups = NULL,
  subtitle = "",
  numTickIntervals = 5,
  xlab = NULL,
  numTickIntervalsX = 5,
  formatX = NULL,
  ylab = NULL,
  formatY = NULL,
  type = c("p", "l"),
  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.