plot.upper_bound | R Documentation |
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).
## S3 method for class 'upper_bound'
plot(x, xlim = c(min(x$bound), max(x$bound)), ...)
x |
an object of class |
xlim |
limits of the x-axis. |
... |
additional parameters for compatibility. |
A histogram for the posterior estimated upper bound of the distribution.
plot(upper_bound(rainfall_ggpd))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.