supported.classification.schemes: Currently supported classification schemes

supported.classification.schemesR Documentation

Currently supported classification schemes

Description

This is a list of all classification Schemes defined by DGVMTools.

Usage

supported.classification.schemes

Format

An object of class list of length 12.

Author(s)

Matthew Forrest matthew.forrest@senckenberg.de

Examples


 
# 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))



MagicForrest/DGVMTools documentation built on Aug. 23, 2024, 8:05 a.m.