powered by
The JSON config file should have two entries:
Wd: vector or matrix (see time_patch_varying_parameter for valid dimensions)
xd: vector or matrix (see time_patch_varying_parameter for valid dimensions)
For interpretation of the entries, please read setup_visitor_trace.
get_config_visitor_trace(path)
a named list
a file path to a JSON file
# to see an example of proper JSON input, run the following library(jsonlite) par <- list( "Wd" = rep(1, 5), "xd" = rep(0.01, 365) ) toJSON(par, pretty = TRUE)
Run the code above in your browser using DataLab