Load the statistic for various replicate of a QuantiNemo simulation
1 | loadStatRep(object)
|
1 2 3 4 5 6 7 8 | my_sim <- new("simulation")
my_sim <- setParameter(my_sim,"stat","adlt.ind")
run(my_sim)
stat.r <- loadStatRep(my_sim,"stat","adlt.ind")
for (i in 1:10){
plot(stat.r$adlt.ind[stat.r$replicate==i])
}
@export
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.