| ggplot_estimate_uncertainties {gumboot} | R Documentation | 
Plots uncertainties in model error estimates
Description
Plots uncertainties in model error estimates
Usage
ggplot_estimate_uncertainties(JAB_stats, fill_colour = NULL)
Arguments
| JAB_stats | Required. Data frame of jackknife after boot statistics for a large number
of model runs, as produced by  | 
| fill_colour | Optional. If  | 
Value
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)
Author(s)
Martyn Clark and Kevin Shook
See Also
Examples
## Not run:  p <- ggplot_estimate_uncertainties(all_stats, "orange")