powered by
Visualize Selected vs. Target Fire Size Distribution
visualize_selected_dist(result, logaritmic = TRUE, target_hist, bins)
An object ggplot.
ggplot
A list returned by a model or selection process.
Logical. Defaults to TRUE.
TRUE
A numeric vector containing the densities of the target distribution.
A numeric vector containing the bin limits (breaks) for the intervals.
if (FALSE) { # Use example for select_events visualize_selected_dist(result, logaritmic = TRUE, target_hist = target_hist, bins = bins) }
Run the code above in your browser using DataLab