View source: R/Format-aDGVM2.R
getField_aDGVM2 | R Documentation |
An internal function that reads data from an aDGVM2 run. It actually calls one of two other functions depending on the type of quantity specified.
getField_aDGVM2(
source,
quant,
layers = NULL,
target.STAInfo,
file.name,
verbose,
adgvm2.scheme,
adgvm2.daily
)
source |
A |
quant |
A Quantity object to define what quantity from the aDGVM2 run to extract |
layers |
Ignored for aDGVM |
target.STAInfo |
STAInfo object specifying the spatial-temporal-annual extent required. Note that at this stage only the years are selected/ |
file.name |
Character string holding the name of the file. 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 |
adgvm2.scheme |
A number that defines if pop-files (=1) or trait-files (=2) are used. |
adgvm2.daily |
A logical, set to true to read daily data (only for |
A list containing firstly the data.table containing the data, and secondly the STA.info
Matthew Forrest matthew.forrest@senckenberg.de
getQuantity_aDGVM2_Scheme1, getQuantity_aDGVM2_Scheme2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.