get_config_visitor_trace {MicroMoB}R Documentation

Get parameters for trace driven visitors

Description

The JSON config file should have two entries:

For interpretation of the entries, please read setup_visitor_trace.

Usage

get_config_visitor_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(
 "Wd" = rep(1, 5),
 "xd" = rep(0.01, 365)
)
toJSON(par, pretty = TRUE)

[Package MicroMoB version 0.1.2 Index]