plot(x, y, ...)
"plot"(x, y, chr, error="none", region=FALSE, limit=TRUE,
rug=FALSE, xlim, ylim=c(0, 1), ...) The plot method uses a special system in order to customize the
graphical elements of the figure. It allows to refer to the different
components with the name of the additional input argument; its value
is a list containing named graphical parameters for the underlying
plot function. The following list describes the possible names and
their contribution.
plotArgsplot function.
borderArgsabline function.
errorArgsplotCI function of the
gplots package.
probeArgspoints function.
limitArgsabline function.
sigArgspoints function.
rugArgsrug function.
regionArgsrect function. If 'col' is
specified as a function it determines the color of each region
depending on its input $Lambda$ (default: gray()).
If 'col' is a vector its elements are used to color the regions
with recycling.
les-package Class:
Les
Methods and functions:
Les
estimate
threshold
regions
ci
chi2
export
plot
data(spikeInStat)
x <- Les(pos, pval)
x <- estimate(x, 200)
x <- threshold(x)
x <- regions(x)
plot(x, region=TRUE)
Run the code above in your browser using DataLab