ECMMonBatchSimulate: Batch simulate.

Description Usage Arguments Details Value See Also

View source: R/ECMMon.R

Description

Batch simulates over a data frame of parameters.

Usage

1
ECMMonBatchSimulate(ecmObj, params, maxTime, resultForm = "Simple", ...)

Arguments

ecmObj

An ECMMon object.

params

A data frame of a list of numeric vectors. If params is a list of numeric vectors then params is expected to have named elements, and names(params) to be known parameter names.

maxTime

A numerical non-negative value for the maximum simulation time.

resultForm

A string or NULL. If a string it is expected to be one of "List", "Simple", or "StarSchema". NULL is the same as "Simple".

...

Additional parameters of ECMMonSimulate.

Details

If the parameters argument params is a list of numerical vectors the batch simulation parameters data frame is generated with expand.grid.

Value

An ECMMon object.

See Also

Other Simulation functions: ECMMonAddRates(), ECMMonAssignInitialConditions(), ECMMonAssignRateValues(), ECMMonExtendByAdjacencyMatrix(), ECMMonSimulate()


antononcube/ECMMon-R documentation built on April 18, 2021, 10:47 a.m.