Description Usage Arguments Value Author(s) References See Also
View source: R/summarise_extrapolation.R
Displays a tabular summary of the geographic extent of extrapolation. This is calculated as the number (and proportion) of prediction locations (i.e. grid cells) subject to extrapolation.
1 2 3 4 5 6 | summarise_extrapolation(
extrapolation.object,
covariate.names = NULL,
extrapolation = TRUE,
mic = TRUE
)
|
extrapolation.object |
Output object from a run of compute_extrapolation. |
extrapolation |
Logical. Whether to return a summary of univariate/combinatorial extrapolation. Defaults to TRUE. |
mic |
Logical. Whether to return a summary of the most influential covariates (MIC) - see compute_extrapolation. Defaults to TRUE. |
Prints a summary table in the R console. In addition, if assigned to an object, returns a list with the table values (.n = number of locations, .p = corresponding percentage).
Phil J. Bouchet
Bouchet PJ, Miller DL, Roberts JJ, Mannocci L, Harris CM and Thomas L (2019). From here and now to there and then: Practical recommendations for extrapolating cetacean density surface models to novel conditions. CREEM Technical Report 2019-01, 59 p. https://research-repository.st-andrews.ac.uk/handle/10023/18509
Mesgaran MB, Cousens RD, Webber BL (2014). Here be dragons: a tool for quantifying novelty due to covariate range and correlation change when projecting species distribution models. Diversity & Distributions, 20: 1147-1159, DOI: 10.1111/ddi.12209
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.