prob_to_PA | R Documentation |
Converts probability distributions into Presence/Absence
prob_to_PA(x, th = NULL, output = c("data.frame", "raster"), ras = NULL)
x |
raster or data frame object |
th |
selected threshold to convert to P/A |
output |
type of output objct wanted. data frame or raster object |
ras |
User can provide a raster object as template to match resolution, grid size and projection |
Returns an error if x
does not exist.
Data frame or raster
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.