dici {dynamAedes}R Documentation

Estimate of of mosquito dispersal

Description

Estimates of dispersal (in km^2) for the simulated mosquito population when scale = "lc".

Usage

dici(
  input_sim = NULL,
  eval_date = NULL,
  breaks = c(0.25, 0.5, 0.75),
  space = FALSE
)

Arguments

input_sim

matrix. dynamAedes.m compressed output matrix (compressed=TRUE).

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: c(0.25,0.5,0.75).

space

See below for more details.

Value

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.

Author(s)

Matteo Marcantonio marcantoniomatteo@gmail.com, Daniele Da Re daniele.dare@uclouvain.be


[Package dynamAedes version 2.2.9 Index]