supported.classification.schemes | R Documentation |
This is a list of all classification Schemes defined by DGVMTools.
supported.classification.schemes
An object of class list
of length 12.
Matthew Forrest matthew.forrest@senckenberg.de
# In this example we derive and plot the Smith et al 2014 and the
# Forrest et al 2015 biome classifications
# First define a Source
test.dir <- system.file("extdata", "LPJ-GUESS_Runs", "CentralEurope", package = "DGVMTools")
test.Source <- defineSource(name = "LPJ-GUESS run", dir = test.dir, format = GUESS)
# Smith et al. 2014
Smith2014.biomes <- getScheme(source = test.Source, scheme = Smith2014BiomeScheme,
year.aggregate.method = "mean")
print(plotSpatial(Smith2014.biomes))
# Forrest et al. 2014
Forrest2015.biomes <- getScheme(source = test.Source, scheme = Forrest2015BiomeScheme,
year.aggregate.method = "mean")
print(plotSpatial(Forrest2015.biomes))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.