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

timePlot-censoredR Documentation

Censored Data Methods for Function timePlot

Description

Creates a plot of time-series data: selected methods for "lcens" and "qw" data.

Usage

## S4 method for signature 'Date,lcens'
timePlot(x, y, Plot = list(name = "", what = "points",
  type = "solid", width = "standard", symbol = "circle", filled = TRUE, size =
  0.09, color = "black"), yaxis.log = FALSE, yaxis.rev = FALSE,
  yaxis.range = c(NA, NA), xaxis.range = range(x, na.rm = TRUE),
  ylabels = 7, xlabels = "Auto", xtitle = "",
  ytitle = deparse(substitute(y)), caption = "", margin = c(NA, NA, NA,
  NA), Censored = list(name = "", what = "points", symbol = "circle", filled =
  FALSE, size = 0.09, color = "black", bar = FALSE), ...)

## S4 method for signature 'Date,qw'
timePlot(x, y, Plot = list(name = "", what = "points",
  type = "solid", width = "standard", symbol = "circle", filled = TRUE, size =
  0.09, color = "black"), yaxis.log = FALSE, yaxis.rev = FALSE,
  yaxis.range = c(NA, NA), xaxis.range = range(x, na.rm = TRUE),
  ylabels = 7, xlabels = "Auto", xtitle = "",
  ytitle = deparse(substitute(y)), caption = "", margin = c(NA, NA, NA,
  NA), Censored = list(name = "", what = "points", symbol = "circle", filled =
  FALSE, size = 0.09, color = "black", bar = FALSE), ...)

Arguments

x

the time/date data.

y

the y-axis data.

Plot

control parameters of the plot for uncensored data.

yaxis.log

log-transform the y axis?

yaxis.rev

reverse the y axis?

yaxis.range

set the range of the y-axis.

xaxis.range

set the range of the x-axis.

ylabels

set up y-axis labels. See linearPretty for details.

xlabels

set up x-axis labels. See Details.

xtitle

the x-axis title.

ytitle

the y-axis title.

caption

the figure caption.

margin

set up the plot area margins.

Censored

control parameters of the plot for censored data.

...

arguments for specific methods.

Details

The value for xlabels must be one of "full," the full month names; "abbrev," abbreviations; or "letter," the first letter of the month. The default is "Auto," which selects one of the rpevious options based on the number of labels.

Value

Information about the graph.


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