getDailyField_aDGVM | R Documentation |
getYearlyField_aDGVM
returns a data.table object given a string defining a vegetation quantity
from the run (eg. "lai", to read the file "lai.out") and Source
object which defines where the run is on disk and the offsets to apply
getDailyField_aDGVM(
run,
quant,
target.sta,
file.name = file.name,
adgvm.file.type,
verbose = FALSE,
data.table.only = FALSE,
adgvm.fire = 1,
adgvm.climate = 0,
adgvm.header,
...
)
run |
A |
quant |
A Quant to define what output file from the aDGVM run to open,
can also be a simple string defining the aDGVM output file if the |
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 |
data.table.only |
A logical, if TRUE return a data.table and not a Field |
first.year |
The first year (as a numeric) of the data to be return |
last.year |
The last year (as a numeric) of the data to be return |
Note that the files can be gzipped on UNIX systems, but this might fail on windows systems.
a data.table (with the correct tear offset and lon-lat offsets applied)
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.