STAInfo-class | R Documentation |
This class encapsulations all the Spatial (the 'S', longitude and latitude), Temporal (the 'T', monthly, daily etc.) and Annual (the 'A', years included) Information (hence the name 'STAInfo') about a particular DGVMTools::Field. Normally the user won't have to deal with this (it is mostly used internally), but it can be handy, for example to extract the STAInfo from one Field, and use it extract another field with the same dimensions.
first.year |
A single numeric, the first year. |
last.year |
A single numeric, the last year. |
year.aggregate.method |
A character specifying how the years have been aggregated, for example "mean", or "sum" or "var". See aggregateYears. If no yearly aggregation has been applied it should be NULL. |
spatial.extent |
This can be of any type that can be used but DGVMTools::crop, and stores the current spatial extent. But default (and with no cropping) it is simple teh raster::Extent object of the whole domain. |
spatial.aggregate.method |
A character method specifying how the spatial extent has been aggregated, for eample "mean" or "sum", see aggregateSpatial. If no spatial aggregation has been applied it should be NULL. |
subannual.original |
A character string specifying the original sub-annual resolution of this data, eg. "Year", Month", "Day" |
subannual.resolution |
A character string specifying the current sub-annual resolution of this data, eg. "Year", Month", "Day" |
subannual.aggregate.method |
A character specifying how the subannual periods have been aggregated, for example "mean", "max", "sum" or "var". See aggregateSubannual(). If no sub-annual aggregation has been applied it should be NULL. |
This is mostly a behind-the-scenes class which bundles together a lot of dimension information in a tidy form.
Matthew Forrest matthew.forrest@senckenberg.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.