dotPlot-censored: Censored Data Methods for Function 'dotPlot'

dotPlot-censoredR Documentation

Censored Data Methods for Function dotPlot

Description

Produces a dot plot: methods for "mcens" and "qw" data.

Usage

## S4 method for signature 'mcens'
dotPlot(x, y, Plot = list(name = "", what = "points", type =
  "solid", width = "standard", symbol = "circle", filled = TRUE, size = 0.09,
  color = "black"), yaxis.orient = "table", yaxis.order = "none",
  yaxis.grid = TRUE, xaxis.log = FALSE, xaxis.range = c(NA, NA),
  ylabels = "full", xlabels = 7, xtitle = deparse(substitute(x)),
  ytitle = "", caption = "", margin = c(NA, NA, NA, NA),
  jitter.y = TRUE, Censored = list(name = "", what = "points", symbol =
  "circle", filled = FALSE, size = 0.09, color = "black", bar = TRUE), ...)

## S4 method for signature 'qw'
dotPlot(x, y, Plot = list(name = "", what = "points", type =
  "solid", width = "standard", symbol = "circle", filled = TRUE, size = 0.09,
  color = "black"), yaxis.orient = "table", yaxis.order = "none",
  yaxis.grid = TRUE, xaxis.log = FALSE, xaxis.range = c(NA, NA),
  ylabels = "full", xlabels = 7, xtitle = deparse(substitute(x)),
  ytitle = "", caption = "", margin = c(NA, NA, NA, NA),
  jitter.y = TRUE, Censored = list(name = "", what = "points", symbol =
  "circle", filled = FALSE, size = 0.09, color = "black", bar = TRUE), ...)

Arguments

x

the x-axis data. Missing values are permitted and not plotted.

y

the y-axis data, expected to be be either character or factor. Missing values are permitted and removed before plotting.

Plot

control parameters for uncensored values of the plot, see link{setMultiPlot} and Details for details.

yaxis.orient

orientation of the y-axis values, must be either "table" or "grid." "Table" is sorted from top to bottom, "grid" is sorted from bottom to top.

yaxis.order

the order of the y-axis values, must be one of "none," "ascending," or "descending."

yaxis.grid

draw grid lines?

xaxis.log

log-transform the x axis?

xaxis.range

set the range of the x-axis

ylabels

set up y-axis labels.

xlabels

set up x-axis labels.

xtitle

x-axis title.

ytitle

y-axis title.

caption

the figure caption.

margin

the parameters of the margin.

jitter.y

logical, if TRUE, then adjust y values to reduce overlap for each group, or adjust randomly if no groups. If FALSE, then no adjustment is made.

Censored

control parameters for censored values of the plot.

...

arguments for specific methods.

Details

The what component of the Plot argument must be either "points" or "none."

Value

Information about the graph.

Note

A call should be made to setPage to set up the graphics environment before calling dotPlot.

See Also

setPage


USGS-R/smwrQW documentation built on Oct. 11, 2022, 6:13 a.m.