View source: R/extract_raster_postprob.R
extract_raster_postprob | R Documentation |
This function read the susceptibility raster ans optionally the confidence raster (for validation step). It creates a data frame of unique post probability value (associated confidence) andthe number of pixels concerned.
extract_raster_postprob(path, name_rast_postprob, name_rast_conf = "")
path |
folder path where raster is saved |
name_rast_postprob |
name of susceptibility raster |
name_rast_conf |
(optional) name of confidence raster |
data frame with single post probability values, their frequency and associated statistical confidence.
Melody Premaillon
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.