View source: R/write_bart_rasters.R
write_bart_rasters | R Documentation |
This function writes GeoTIFFs of BART predictions.
write_bart_rasters(data)
data |
a |
The function write outputs of both binary and probability surfaces at mean values and 95% credible intervals.
Seven raster layers:
SDM_prob_mean_{sppselect}
: Mean probability of habitat suitability
SDM_prob_lower_{sppselect}
: Lower 95% credible interval probability of habitat suitability
SDM_prob_upper_{sppselect}
: Upper 95% credible interval probability of habitat suitability
SDM_bin_mean_{sppselect}
: Mean binary presence/absence prediction (based on TSS threshold)
SDM_bin_lower_{sppselect}
: Lower 95% credible interval binary presence/absence
SDM_bin_upper_{sppselect}
: Upper 95% credible interval binary presence/absence
SDM_cred_int_width_{sppselect}
: Credible interval probability width (i.e., Upper CI - Lower CI)
Undeclared variables: BART_dir
, sppselect
and tss_threshold
Dominic Henry
## Not run:
write_bart_rasters(map)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.