OpenFLUID.loadResultR Documentation

Loads results as a dataframe, giving dataset informations

Description

Loads results as a dataframe, giving dataset informations

Usage

OpenFLUID.loadResult(ofblob, unitclass, unitid, varname)

Arguments

ofblob

the simulation definition blob

unitclass

the unit class

unitid

the unit ID

varname

the variable name

Value

a dataframe containing the simulation results

See Also

OpenFLUID.loadResultFile

Examples

## Not run: 
resSU18 = OpenFLUID.loadResult(ofsim,"SU",18,"runoff")
resRS1 = OpenFLUID.loadResult(ofsim,"RS",1,"waterlevel")

## End(Not run)