Learn R Programming

rapsimng (version 0.4.4)

get_simulations: Get simulations for a factorial experiment

Description

Get simulations for a factorial experiment

Usage

get_simulations(l)

Value

A list with Factor as name and Levels as values

Arguments

l

A list from read_apsim with Factorial.Permutation as root.

Examples

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

Run the code above in your browser using DataLab