View source: R/plot.ProbeSet.R
plot.ProbeSet | R Documentation |
Plot intensities by probe set.
## S3 method for class 'ProbeSet'
plot(x, which=c("pm", "mm"), xlab = "probes", type = "l", ylim = NULL, ...)
x |
a |
which |
get the PM or the MM. |
xlab |
x-axis label. |
type |
plot type. |
ylim |
range of the y-axis. |
... |
optional arguments to be passed to |
This function is only used for its (graphical) side-effect.
ProbeSet
data(SpikeIn)
plot(SpikeIn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.