Load the statistic of a QuantiNemo simulation
1 | loadStat(object)
|
1 2 3 4 5 | my_sim <- new("simulation")
my_sim <- setParameter(my_sim,"stat","adlt.ind")
run(my_sim)
stat <- loadStat(my_sim)
plot(stat$adlt.ind)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.