plot.ash: Plot method for ash object

View source: R/ashutility.R

plot.ashR 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


ashr documentation built on Aug. 22, 2023, 1:07 a.m.