loadStatPatch: Load the statistic (mean) of a QuantiNemo simulation for each...

Description Usage Arguments Examples

Description

Load the statistic (mean) of a QuantiNemo simulation for each patch and return it as a matrix

Usage

1
loadStatPatch(object, stat.name)

Arguments

stat.name

String representing the name of the statisitic to load

Examples

1
2
3
4
5
6
7
8
parameters = list("generations" = 5,
                  "patch_capacity" = 100,
                  "patch_number" = 1000,
                  "stat" = "{adlt.nbInd_p}",
                  "patch_ini_size", "{seq(1,1000,1000)}")
my_sim.base = new("simulation", parameters = parameters)
run(my_sim, verbose =FALSE)
plot(loadStatPatch(my_sim, "adlt.nbInd_p")[1, ])

frederic-michaud/RQuantiNemo documentation built on May 15, 2019, 2:51 a.m.