| OpenFLUID.loadResultFile | R Documentation |
Loads results as a dataframe, giving output file name
OpenFLUID.loadResultFile(filepath)
filepath |
the full path of file to load |
a dataframe containing the simulation results
OpenFLUID.loadResult
## Not run:
resSU18 = OpenFLUID.loadResultFile("/path/to/output/SU18_full.out")
resRS1 = OpenFLUID.loadResultFile("/path/to/output/RS1_waterlevel.out")
## End(Not run)