View source: R/establishment_likelihood.R
| establishment_likelihood | R Documentation |
Estimate the likelihood of pest establishment based on total arrivals and environmental suitability.
establishment_likelihood( total_arrivals, suitability, outfile, return_rast = FALSE )
total_arrivals |
A |
suitability |
A |
outfile |
Character. Output raster file path. Must support multiband
raster if |
return_rast |
Logical. Should the |
If outfile is specified, the resulting Raster* object
is saved as to that path. If return_rast is TRUE or
outfile is not specified the resulting RasterLayer is
returned, otherwise NULL is returned invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.