get_config_alternative_trace {MicroMoB} | R Documentation |
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.
get_config_alternative_trace(path)
path |
a file path to a JSON file |
a named list
# to see an example of proper JSON input, run the following
library(jsonlite)
par <- list(
"O" = rep(1, 5)
)
toJSON(par, pretty = TRUE)