get_simulations {rapsimng}R Documentation

Get simulations for a factorial experiment

Description

Get simulations for a factorial experiment

Usage

get_simulations(l)

Arguments

l

A list from read_apsim with Factorial.Permutation as root.

Value

A list with Factor as name and Levels as values

Examples

wheat <- read_apsimx(system.file("extdata/wheat.apsimx", package = "rapsimng"))
permutation <- search_path(wheat, path = "[Factors].Permutation")
get_simulations(permutation$node)

[Package rapsimng version 0.4.4 Index]