View source: R/extract_shape_postprob.R
extract_shape_postprob | R Documentation |
This function takes two files : susceptibility raster and a point shapefile (can be trainning/valid or complete). One read, raster values are extracted from each point location. Finaly a df is build with unique postprob values of points set and their count.
extract_shape_postprob(path, name_shape, name_rast_postprob)
path |
folder path where raster is saved |
name_shape |
name of point shapefile |
name_rast_postprob |
name of susceptibility raster |
a data frame of unique postprob values and count of points
Melody Premaillon
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.