plot.fdr1d.result {OCplus}R Documentation

Plot univariate local false discovery output

Description

A plotting function for fdr1d.

Usage

plot.fdr1d.result(x, add = FALSE, grid = FALSE, rug = TRUE, 
                  xlab = "t-Statistic", ylab = "fdr", lcol = "black", ...)

Arguments

x output from fdr1d
add logical value indicating whether to create a new plot or add to an existing one
grid logical value indicating whether to show the intervals used for calculating the fdr.
rug logical value indicating whether to add a 1D scatterplot showing the observed test statistics
xlab, ylab the usual axis labels
lcol the color of the lines
... extra options passed to plot.default.

Author(s)

A Ploner

See Also

fdr1d

Examples

example(fdr1d)
plot(res1d, grid=TRUE, rug=FALSE)

[Package OCplus version 1.10.0 Index]