Learn R Programming

rapsimng (version 0.4.6)

split_apsimx: Split an APSIMX file into separate simulations except cultivar

Description

This function takes an APSIMX file and splits it into separate simulations for all factors except cultivar factors. Then saving the results to the specified output location.

Usage

split_apsimx(file, output)

Value

No return value. The function is called for its side effects.

Arguments

file

Character. Path to the input APSIMX file.

output

Character. Path to the directory where the split components will be saved.

Examples

Run this code
if (FALSE) {
split_apsimx("path/to/input.apsimx", "path/to/output/directory")
}

Run the code above in your browser using DataLab