timePlot-censored | R Documentation |
timePlot
Creates a plot of time-series data: selected methods for "lcens" and "qw" data.
## 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), ...)
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 |
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. |
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.
Information about the graph.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.