dici | R Documentation |
Estimates of dispersal (in km^2) for the simulated mosquito population when scale = "lc"
.
dici(
input_sim = NULL,
eval_date = NULL,
breaks = c(0.25, 0.5, 0.75),
space = FALSE
)
input_sim |
matrix. |
eval_date |
numeric. Define the day of evaluation; it refers to the column number of the input temperature matrix. |
breaks |
numeric vector. Quantile breaks, default interquartile range: |
space |
See below for more details. |
if space=FALSE then it returns a dataframe with quantiles of the distribution of dispersal distances; if space=TRUE (experimental) then it returns the invaded cells on the last day of model simulations for each of the iterations.
Matteo Marcantonio marcantoniomatteo@gmail.com, Daniele Da Re daniele.dare@uclouvain.be
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.