Skip to contents

Read matrix of SIC simulation result file

Usage

read_bin_result_matrix(cfg, scenario, variant = 0)

Arguments

cfg

a config object. Configuration to use. See loadConfig for details

scenario

numeric, the scenario to use

variant

numeric, the variant to use (0 by default means no variant)

Value

matrix with the simulation results

Examples

if (FALSE) {
cfg <- cfg_tmp_project()
sic_run_steady(cfg, scenario = 1)
m <- read_bin_result_matrix(cfg, 1)
str(m)
}