plot: Plotting Imprecise Objects

Description Usage Arguments

Description

Generic function for plotting of imprecise objects

Generating a probability box

Usage

1
2
3
4
## S3 method for class 'impinf'
plot(x, after.obs = FALSE, ...)

pbox(x, xmin = -4, xmax = 4, ncdfs = 5, x.by = 0.05, xmar, ...)

Arguments

x

an object for which a plot is needed.

after.obs

logical indicating imprecise prior or posterior.

...

additional arguments affecting the plot produced.

xmin

lower limit of quantile

xmax

upper limit of quantile

ncdfs

number of CDFs

x.by

argument used in seq on cdf

xmar

adjustment for label


imPois documentation built on May 30, 2017, 3:32 a.m.