View source: R/write_bart_plots.R
write_bart_plots | R Documentation |
This function writes plots using a combination of PDF and PNG outputs.
write_bart_plots(data, mean_theme, ci_theme)
data |
a |
mean_theme |
a |
ci_theme |
a |
The function writes 8 plots related to the species SDM predictions, both probability and binary surfaces. The species' occurrence points have been overlaid on certain plots. Plots are written to the species directory.
The following plot files:
SDM_mean_probability.pdf
SDM_mean_probability.png
SDM_posterior_width.pdf
SDM_posterior_width.png
SDM_four_panel_probability.pdf
SDM_four_panel_binary.pdf
SDM_mean_binary.pdf
SDM_mean_binary.png
There are several undeclared variables to take note of: BART_dir
, tss_threshold
, occ
, num_occ_points
, and occurence_points
Dominic Henry
## Not run:
write_bart_plots(data = map, mean_theme = maptheme_mean, ci_theme = maptheme_ci)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.