plot.fdr1d.result: Plot univariate local false discovery output

Description Usage Arguments Author(s) See Also Examples

View source: R/localfdr1d.R

Description

A plotting function for fdr1d.

Usage

1
2
3
## S3 method for class 'fdr1d.result'
plot(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

1
2

OCplus documentation built on Nov. 8, 2020, 5:20 p.m.