Learn R Programming

extrememix (version 0.0.1)

plot.upper_bound: 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 upper_bound
plot(x, xlim = c(min(x$bound), max(x$bound)), ...)

Value

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

Arguments

x

an object of class upper_bound.

xlim

limits of the x-axis.

...

additional parameters for compatibility.

Examples

Run this code
plot(upper_bound(rainfall_ggpd))

Run the code above in your browser using DataLab