Description Usage Arguments Author(s) See Also Examples
Plots a scatter plot of two fields.
It is recommended to use the plot
function instead of calling
this method explicitly (see *plot()
).
1 2 |
what |
What to plot. Any two field that can be retrieved by
|
slide |
The slide to be plotted. |
include |
The indices of the spots that should be included.
If it is instead a name of one or more flags, the spots which have been
flagged with these flags are considered.
If |
exclude |
The indices of the spots that should be excluded.
If it is instead a name of one or more flags, the spots which have been
flagged with these flags are excluded. If |
gridwise |
If |
xlog, ylog |
The logarithmic base to be used to take the
logarithm of the x and the y values, respectively. If |
xlab, ylab |
The labels on the x and the y axis, respectively. If
|
cex |
The scale factor to be used. If |
col |
The color(s) to be used for the plotted spots, i.e. for the
spots after inclusion and exclusion. If the value is
|
pch |
The dot style. Default value is |
f |
The bandwidth for the lowess lines. |
... |
Common arguments accepted by most plot functions.
For more information see |
Henrik Bengtsson (http://www.braju.com/R/)
*plot()
.
*plotSpatial()
.
*highlight()
.
*text()
.
plotSymbols.Device
.
For more information see MicroarrayData
.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.