| Scheme-class | R Documentation |
This class stores the information about a classification scheme, for example a biome classification scheme. It describes what how the model output (in the form of a data.table) must be prepared, and then the rules which are used to do the classification.
idA unique character string to identify this particular classification scheme. Recommended to be alphanumeric because it is used to construct file names. (Inherited from Quantity via "contains")
nameA character string that can be more descriptive of the classification scheme. (Inherited from Quantity via "contains")
unitsA list of character strings giving the names of categories. (Inherited from Quantity via "contains")
coloursA function that returns the colour scale for this Scheme. (Inherited from Quantity via "contains")
formatEither a the string "Standard" to denote that this is a standard quantity to be compared across all model and data, the id of the Format object with which this Quantity is associated.
rulesA function which is applied to every row of the data.table and describes the classification rules.
layers.neededList of vegetation layers needed to perform the classification and the name of the new layer, to be interpreted by layerOp, specified as a list of three- or four-item list
whose elements first element id the id of a Quantity and whose other elements are passed as arguments to the layerOp function.
For example one element could be Woody = list(quantity = "LAI_std", operator = "+", layers = c(".Tree", ".Shrubs"), new.layer = "Woody"),
which would make a layer called "Woody" which would be the sum of all LAI trees and shrubs.
data.referenceCharacter string giving a reference where the data for this classification scheme comes from
published.referenceCharacter string giving a reference where this model output classification scheme was published
Matthew Forrest matthew.forrest@senckenberg.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.