plot.sad: Plot method for objects of class 'sad'

View source: R/sadMethods.R

plot.sadR Documentation

Plot method for objects of class sad

Description

Plot objects of class sad

Usage

## S3 method for class 'sad'
plot(x, ptype = c("cdf", "rad"), thr.col = "red", ...)

Arguments

x

an object of class sad

Details

See examples

Value

NULL.

Author(s)

Andy Rominger <ajrominger@gmail.com>

See Also

fitSAD

Examples

x <- rtpois(1000, 2)
sad1 <- fitSAD(x, models='tpois')
plot(sad1[[1]])


ajrominger/pika documentation built on Nov. 13, 2022, 8:22 a.m.