Learn R Programming

scenfire (version 0.1.0)

visualize_selected_dist: Visualize Selected vs. Target Fire Size Distribution

Description

Visualize Selected vs. Target Fire Size Distribution

Usage

visualize_selected_dist(result, logaritmic = TRUE, target_hist, bins)

Value

An object ggplot.

Arguments

result

A list returned by a model or selection process.

logaritmic

Logical. Defaults to TRUE.

target_hist

A numeric vector containing the densities of the target distribution.

bins

A numeric vector containing the bin limits (breaks) for the intervals.

Examples

Run this code
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