GrapleRunSweepExperiment-Graple-method: Used to run a sweep experiment with a json file providing job...

Description Usage Arguments Value Examples

Description

Used to run a sweep experiment with a json file providing job description also, an optional filter can be run on the results generated

Usage

1
2
## S4 method for signature 'Graple'
GrapleRunSweepExperiment(grapleObject, filterName)

Arguments

grapleObject

A Graple Object

filterName

An optional post-process filter name

Value

The status message is updated on Graple object and the Graple object is returned

Examples

1
2
3
4
5
6
## Not run: 
grapleObject <- Graple(ExpRootDir="C:/InputDirectory", ResultsDir="C:/ResultsDirectory", TempDir = tempdir())
GrapleRunSweepExperiment(grapleExp1)
GrapleRunSweepExperiment(grapleExp1, 'ExtractVariables')

## End(Not run)

GRAPLE/GRAPLEr documentation built on Oct. 7, 2020, 4:12 p.m.