rmacroliteExport-methods: Export MACRO parameter sets or MACRO simulation results

Description Usage Arguments Value See Also

Description

Export MACRO parameter sets or MACRO simulation results

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
rmacroliteExport(x, where = NULL, ...)

## S3 method for class 'macroParFile'
rmacroliteExport(x, where = NULL, ...)

## S3 method for class 'macroSimResults'
rmacroliteExport(x, where = NULL,
  overwrite = FALSE, ...)

## S3 method for class 'macroSimResultsList'
rmacroliteExport(x, where = NULL,
  overwrite = FALSE, ...)

Arguments

x

A macroSimResults, macroSimResultsList or macroParFile-object, containing one (or several) simulation parameter set(s) or result(s). macroParFileList are not supported yet.

where

Single character string. If x is a macroParFile-object, absolute or relative path of the folder in which the simulation-parameter(s) should be written. If where is NULL, a temporary working directory will be created where the simulations will be written. If x is a macroSimResults macroSimResultsList, absolute or relative path AND file name prefix (without extension) of the file in which the simulations shall be exported.

...

Additional parameters passed to write.csv or rmacroliteExportParFile.

overwrite

Single logical value. If TRUE, will overwrite the files if they already exist.

Value

TO DO: COMPLETE THIS.

See Also

rmacroliteExportParFile.


julienmoeys/rmacrolite documentation built on May 22, 2019, 6:31 p.m.