plot.ash {ashr}R Documentation

Plot method for ash object

Description

Plot the cdf of the underlying fitted distribution

Usage

## S3 method for class 'ash'
plot(x, ..., xmin, xmax)

Arguments

x

the fitted ash object

...

Arguments to be passed to methods,such as graphical parameters (see plot)

xmin

xlim lower range, default is the lowest value of betahat

xmax

xlim upper range, default is the highest value of betahat

Details

None


[Package ashr version 2.2-63 Index]