View source: R/ggplot_estimate_uncertainties.R
ggplot_estimate_uncertainties | R Documentation |
Plots uncertainties in model error estimates
ggplot_estimate_uncertainties(JAB_stats, fill_colour = NULL)
JAB_stats |
Required. Data frame of jackknife after boot statistics for a large number
of model runs, as produced by |
fill_colour |
Optional. If |
Returns a ggplot2
object of the plots, faceted by goodness of fit statistic, i.e. NSE/KGE.
The confidence interval (difference between the 95^th^ and 5^th^ quantiles, and the value of
2 x the Bootstrap estimate of the standard error are plotted as lines. The values of
2 x the Jackknife estimate of the standard error are plotted as filled)
Martyn Clark and Kevin Shook
CAMELS_bootjack
## Not run: p <- ggplot_estimate_uncertainties(all_stats, "orange")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.