makeFieldID | R Documentation |
Field
Given a string for the quantity and temporal and spatial extents and averaging flags, build an appropriate (and unique) ID string
for use in the id
slot of a Field
and for filenames etc.
makeFieldID(
field,
source,
quant.string,
sta.info,
first.year,
last.year,
year.aggregate.method,
subannual.resolution = NULL,
spatial.aggregate.method = NULL,
subannual.aggregate.method = NULL,
spatial.extent.id = NULL,
subannual.original = NULL
)
quant.string |
Character string to describe the |
first.year |
The first year if it has been cropped from the original duration, otherwise NULL |
last.year |
The first year if it has been cropped from the original duration, otherwise NULL |
year.aggregate.method |
Character, method by which this Field was temporally aggregated (if not temporally averaged leave blank of use "none") |
spatial.aggregate.method |
Character, method by which this Field was spatially aggregated (if not spatially averaged leave blank of use "none") |
spatial.extent.id |
The spatial extent of this object if it has been cropped from the orginal simulation extent, otherwise NULL |
A character string
Matthew Forrest matthew.forrest@senckenberg.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.