getField_GUESS | R Documentation |
An internal function that reads data from an LPJ-GUESS run. It actually calls one of three other functions depending on the type of quantity specified.
getField_GUESS(
source,
quant,
layers = NULL,
target.STAInfo,
file.name,
verbose,
...
)
source |
A |
quant |
A string the define what output file from the LPJ-GUESS run to open, for example "anpp" opens and read the "anpp.out" file |
layers |
A character string (or a vector of character strings) specifying which layer columns are to be read. NULL (default) means read all. |
target.STAInfo |
The spatial-temporal target domain |
file.name |
Character string holding the name of the file. This can be left blank, in which case the file name is just taken to be "<quant@id>.out" (also "<quant@id>.out.gz") |
verbose |
A logical, set to true to give progress/debug information |
A list containing firstly the data.table containing the data, and secondly the STA.info
Matthew Forrest matthew.forrest@senckenberg.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.