get_config_alternative_trace: Get parameters for trace driven alternative blood hosts

View source: R/other_trace.R

get_config_alternative_traceR Documentation

Get parameters for trace driven alternative blood hosts

Description

The JSON config file should have two entries:

  • O: vector or matrix (see time_patch_varying_parameter for valid dimensions)

For interpretation of the entries, please read setup_alternative_trace.

Usage

get_config_alternative_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(
 "O" = rep(1, 5)
)
toJSON(par, pretty = TRUE)

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