report.batch: Write a .xml file to be passed to HexSim to queue 'movements'...

Description Usage Arguments Value

View source: R/batch.utilities.R

Description

Generate a batch .xml file in the workspace directory that will instruct OutputTransformer.exe to generate 'movements' and/or 'ranges' report.

It assumes that a combined log file have been generated from all replicates for the given scenarios.

If scenarios="all", then all the scenarios will be included.

Usage

1
2
3
4
5
6
report.batch(
  path.results = NULL,
  scenarios = "all",
  ranges = TRUE,
  move = TRUE
)

Arguments

path.results

The path to the 'Results' folder

scenarios

A character vector with the scenarios to be processed or "all"

ranges

Whether a batch file to generate 'ranges' reports should be created

move

Whether a batch file to generate 'movement' reports should be created

Value

A .xml file named batchFile_Reports.xml


carlopacioni/HexSimR documentation built on Nov. 28, 2020, 4:12 p.m.