plot.betaStacyProcess: Plots a Beta-Stacy process over its support

Description Usage Arguments Value Examples

Description

Plots a Beta-Stacy process over its support

Usage

1
2
3
## S3 method for class 'betaStacyProcess'
plot(x, withConfInt = FALSE,
  withPaths = FALSE, conf.level = 0.95)

Arguments

x

The bsp object to be plotted

withConfInt

If true, will calculate and plot approximate 95% confidence intervals, default FALSE

withPaths

If true, will plot 100 sampled CDFs in gray (must also set withConfInt=T), default FALSE

conf.level

Confident level for credible interval, default 0.95

Value

A ggplot object

Examples

1
plot(bsp(c(1,5),c(0.2,0.4),c(2,1)))

jntrcs/BnpSysRel documentation built on May 16, 2019, 9:09 p.m.