getField_aDGVM | R Documentation |
An internal function that reads data from an aDGVM run. It actually call one of three other functions depending on the type of quantity specified.
getField_aDGVM(
source,
quant,
layers = NULL,
target.STAInfo,
file.name,
verbose,
adgvm.file.type = "Yearly",
...
)
source |
A |
quant |
A string the define what output file from the aDGVM run to open, for example "anpp" opens and read the "anpp.out" file |
layers |
Ignored for aDGVM |
target.STAInfo |
The spatial-temporal target domain |
file.name |
An optional character string (or a list of character strings) holding the name of the file(s) This can be left blank, in which case the file name is automatically generated. |
verbose |
A logical, set to true to give progress/debug information |
A list containing firstly the data.tabel containing the data, and secondly the STA.info
Matthew Forrest matthew.forrest@senckenberg.de
Glenn Moncrieff glenn@saeon.ac.za
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.