| plot_pdf | R Documentation | 
Plot PDF of fire index
plot_pdf(fire_index, thresholds, upper_limit = NULL, v_lines = NULL)
| fire_index | RasterBrick containing the fire index | 
| thresholds | thresholds calculated using the function
 | 
| upper_limit | FWI upper limit to visualise (the default is the maximum FWI) | 
| v_lines | named vector of values to plot as vertical lines (this can be quantiles for comparison) | 
## Not run: 
  r <- readRDS(system.file("extdata", "RISICO_raster.rds", package = "caliver"))
  plot_pdf(r, thresholds = c(5.2, 11.2, 21.3, 38, 50))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.