gplot: Generic plot function

Description Usage

Description

Generic plot function

Usage

1
2
3
4
5
6
7
8
9
gplot(data, x = NULL, y = NULL, type = "point", xlim = NULL,
  ylim = NULL, main = NULL, xlab = NULL, ylab = NULL,
  size = integer(0), colour = list(), colour.var = character(0),
  wrap = FALSE, wrap.formula = character(0), pos = character(0),
  wrap.ncol = integer(0), compact.facet = TRUE,
  strip.position = "right", scales = "free_y", hide.legend = TRUE,
  hide.xaxis = TRUE, grid = FALSE, text.size = integer(0),
  text.x.angle = integer(0), text.x.hjust = integer(0), which = NULL,
  per.site = FALSE, zscore = FALSE, ...)

percyfal/nonmodelr documentation built on Sept. 11, 2019, 10:38 a.m.