Summaries of mosquito abundance at each life stage for each day.

adci_sp(
  input_sim = NULL,
  coords = NULL,
  eval_date = NULL,
  stage = 1,
  breaks = c(0.25, 0.5, 0.75)
)

Arguments

input_sim

matrix. dynamAedes.m compressed output matrix

coords

matrix. A matrix reporting the spatial coordinates of the temperature observations.

eval_date

positive integer. Define the day of successful introduction evaluation, referring to the column number of the temperature matrix used to inform the model.

stage

positive integer. 0 (all), 1 (egg), 2 (juvenile), 3 (adult), 4 (diapausing egg).

breaks

numeric vector. Quantile breaks, default the first, the second and the third quantile: c(0.25,0.5,0.75).

Value

Returns a raster with the summary of mosquito abundance at each life stage for each day.

Author

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