| get_simulations | R Documentation |
Get simulations for a factorial experiment
get_simulations(l)
l |
A list from read_apsim with Factorial.Permutation as root. |
A list with Factor as name and Levels as values
wheat <- read_apsimx(system.file("extdata/wheat.apsimx", package = "rapsimng"))
permutation <- search_path(wheat, path = "[Factors].Permutation")
get_simulations(permutation$node)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.