plot.upper_bound {extrememix}R Documentation

Plot Upper Bounds

Description

Plotting method for the posterior distribution of the upper bound. No plot is reported if the posterior sample of xi has only positive values (unbounded distribution).

Usage

## S3 method for class 'upper_bound'
plot(x, xlim = c(min(x$bound), max(x$bound)), ...)

Arguments

x

an object of class upper_bound.

xlim

limits of the x-axis.

...

additional parameters for compatibility.

Value

A histogram for the posterior estimated upper bound of the distribution.

Examples

plot(upper_bound(rainfall_ggpd))


[Package extrememix version 0.0.1 Index]