get_config_mosquito_trace: Get parameters for null mosquito model

View source: R/mosquito_trace.R

get_config_mosquito_traceR Documentation

Get parameters for null mosquito model

Description

The JSON config file should have 1 entry:

  • oviposit: vector

For interpretation of the entries, please read setup_mosquito_trace.

Usage

get_config_mosquito_trace(path)

Arguments

path

a file path to a JSON file

Value

a named list

Examples

# to see an example of proper JSON input, run the following
library(jsonlite)
par <- list(
 "oviposit" = rep(1, 5)
)
toJSON(par, pretty = TRUE)

MicroMoB documentation built on Jan. 17, 2023, 9:06 a.m.