dotPlot-censored | R Documentation |
dotPlot
Produces a dot plot: methods for "mcens" and "qw" data.
## 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), ...)
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
|
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 |
Censored |
control parameters for censored values of the plot. |
... |
arguments for specific methods. |
The what
component of the Plot
argument must be either
"points" or "none."
Information about the graph.
A call should be made to setPage
to set up the graphics
environment before calling dotPlot
.
setPage
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.