xyPlot-censored | R Documentation |
xyPlot
Creates a line/scatter plot: selected methods for "lcens," "mcens," and "qw" data.
Setting xlabels
to 0 or negative values will
suppress ticks and labels. If negative, then try to create that absolute value
number of labels. That can be useful for relative axes or specialized labeling,
but is only valid for numeric x
.
## S4 method for signature 'numeric,lcens' xyPlot(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.log = FALSE, xaxis.range = c(NA, NA), ylabels = 7, xlabels = 7, xtitle = deparse(substitute(x)), 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", width = "hairline", bar = FALSE), ...) ## S4 method for signature 'numeric,qw' xyPlot(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.log = FALSE, xaxis.range = c(NA, NA), ylabels = 7, xlabels = 7, 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", width = "hairline", bar = FALSE), ...) ## S4 method for signature 'lcens,lcens' xyPlot(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.log = FALSE, xaxis.range = c(NA, NA), ylabels = 7, xlabels = 7, xtitle = deparse(substitute(x)), 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", width = "hairline", bar = TRUE), ...) ## S4 method for signature 'numeric,mcens' xyPlot(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.log = FALSE, xaxis.range = c(NA, NA), ylabels = 7, xlabels = 7, xtitle = deparse(substitute(x)), 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", width = "hairline", bar = TRUE), ...)
x |
the x-axis 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.log |
logical, if |
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. Same arguments as
for |
... |
additional arguments for specific methods. |
Information about the graph.
A call should be made to setPage
to set up the graphics
environment before calling xyPlot
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.