Package for using OpenFLUID within the GNU R environment
| OpenFLUID.addExtraObserversPaths | Adds paths to search for observers |
| OpenFLUID.addExtraSimulatorsPaths | Adds paths to search for simulators |
| OpenFLUID.addVariablesExportAsCSV | Adds export of simulation variables as CSV files for a given units class |
| OpenFLUID.createAttribute | Creates an attribute for all spatial units of a class, initialized with a default value |
| OpenFLUID.getAttribute | Returns an attribute value for a given spatial unit |
| OpenFLUID.getAttributes | Returns attributes values for given spatial units and attributes names |
| OpenFLUID.getAttributesNames | Returns all the attributes of an unit class |
| OpenFLUID.getDefaultDeltaT | Returns the simulation time step |
| OpenFLUID.getExtraObserversPaths | Returns the added paths to search for observers |
| OpenFLUID.getExtraSimulatorsPaths | Returns the added paths to search for simulators |
| OpenFLUID.getGeneratorParam | Returns a generator parameter value |
| OpenFLUID.getGeneratorParamNames | Returns all the parameters of a generator |
| OpenFLUID.getGeneratorParams | Returns generator parameter values |
| OpenFLUID.getGeneratorsVarNames | Returns all the variables names generated by a generator |
| OpenFLUID.getModelGlobalParam | Returns a model global parameter value |
| OpenFLUID.getModelGlobalParamNames | Returns all the global parameters |
| OpenFLUID.getModelGlobalParams | Returns model global parameters values |
| OpenFLUID.getObserverParam | Returns an observer parameter value |
| OpenFLUID.getObserverParamNames | Returns all the parameters of an observer |
| OpenFLUID.getObserverParams | Returns observer parameter values |
| OpenFLUID.getObserversIDs | Returns all the observers IDs called for the monitoring |
| OpenFLUID.getObserversPaths | Returns the paths to search for observers |
| OpenFLUID.getPeriodBeginDate | Returns the simulation period begin date |
| OpenFLUID.getPeriodEndDate | Returns the simulation period end date |
| OpenFLUID.getSimulatorParam | Returns a simulator parameter value |
| OpenFLUID.getSimulatorParamNames | Returns all the parameters of a simulator |
| OpenFLUID.getSimulatorParams | Returns simulator parameter values |
| OpenFLUID.getSimulatorsIDs | Returns all the simulators IDs called by the model |
| OpenFLUID.getSimulatorsPaths | Returns the paths to search for simulators |
| OpenFLUID.getUnitsClasses | Returns the existing units classes |
| OpenFLUID.getUnitsIDs | Returns the existing units IDs for a given units class |
| OpenFLUID.getVersion | Returns the OpenFLUID version |
| OpenFLUID.loadResult | Loads results as a dataframe, giving dataset informations |
| OpenFLUID.loadResultFile | Loads results as a dataframe, giving output file name |
| OpenFLUID.openDataset | Opens a dataset and returns a simulation definition blob |
| OpenFLUID.openProject | Opens a project and returns a simulation definition blob |
| OpenFLUID.printSimulationInfo | Prints informations to screen about simulation definition blob |
| OpenFLUID.removeAttribute | Removes an attribute value for a given spatial unit |
| OpenFLUID.removeModelGlobalParam | Removes a model global parameter value |
| OpenFLUID.removeObserverParam | Removes a observer parameter |
| OpenFLUID.removeSimulatorParam | Removes a simulator parameter |
| OpenFLUID.resetExtraObserversPaths | Resets list of added paths to search for observers |
| OpenFLUID.resetExtraSimulatorsPaths | Resets list of added paths to search for simulators |
| OpenFLUID.runProject | Runs a project and returns a simulation definition blob |
| OpenFLUID.runSimulation | Runs a simulation from a simulation definition blob |
| OpenFLUID.setAttribute | Sets an attribute value for a given spatial unit |
| OpenFLUID.setAttributes | Sets attributes values for given spatial units and attributes names |
| OpenFLUID.setCurrentOutputDir | Sets the current output directory for simulations |
| OpenFLUID.setDefaultDeltaT | Sets the simulation time step |
| OpenFLUID.setGeneratorParam | Sets a generator parameter value |
| OpenFLUID.setGeneratorParams | Sets generator parameter values |
| OpenFLUID.setModelGlobalParam | Sets a model global parameter value |
| OpenFLUID.setModelGlobalParams | Sets model global parameter values |
| OpenFLUID.setObserverParam | Sets an observer parameter value |
| OpenFLUID.setObserverParams | Sets observer parameter values |
| OpenFLUID.setPeriodBeginDate | Sets the simulation period begin date |
| OpenFLUID.setPeriodEndDate | Sets the simulation period end date |
| OpenFLUID.setSimulatorParam | Sets a simulator parameter value |
| OpenFLUID.setSimulatorParams | Sets a simulator parameter values |
| ROpenFLUID | R Interface to OpenFLUID Platform Framework for Modelling and Simulation of Landscapes |