OpenFLUID.setObserverParamsR Documentation

Sets values for observer parameters

Description

Sets values for observer parameters

Usage

OpenFLUID.setObserverParams(ofblob, obsid, paramvals)

Arguments

ofblob

the simulation definition blob

obsid

the simulation observer id

paramvals

the values of the parameters in a data.frame, with parameters names as column names

See Also

OpenFLUID.setModelGlobalParams

OpenFLUID.setGeneratorParams

OpenFLUID.setSimulatorParams

Examples

## Not run: 
OpenFLUID.setObserverParams(
  ofsim,
  "my.observer",data.frame("valueA"=3, "valueB"=6.7))

## End(Not run)