View source: R/ncells_4_threshold.R
ncells_4_threshold | R Documentation |
Extract number of cells required to meet threshold proportion of risk.
ncells_4_threshold( risk_rasters, names, proportion_captured = c(0.6, 0.8, 0.9, 0.95) )
risk_rasters |
Character. File path(s) to rasters to be loaded. |
names |
Character. Names corresponding to |
proportion_captured |
Numeric vector. Proportion(s) of risk to be captured. |
A data.frame
containing the number of cells to be trapped to
capture given proportion(s) of total risk across multiple input files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.