| makeDummyEcoregionMap | R Documentation |
ecoregionMapis a raster of all the unique groupings.
makeDummyEcoregionMap(rasterToMatch)
makeDummyRawBiomassMap(rasterToMatch)
makeDummyStandAgeMap(rawBiomassMap)
makeDummyRstLCC(rasterToMatch)
makeDummyEcoregionFiles(ecoregionMap, rstLCC, rasterToMatch)
rasterToMatch |
A |
rawBiomassMap |
a |
ecoregionMap |
The |
rstLCC |
raster of land-cover class, e.g., LCC2005 |
rawBiomassMap is a raster of "raw" total stand biomass per pixel,
with values between 100 and 20000 g/m^2.
standAgeMap is a raster of stand age per pixel (where biomass exists)
with values between 1 and 300 years.
rstLCC is a raster land-cover class per pixel, with values between 1 and 5 that have no
correspondence to any real land-cover classes.
ecoregionFiles uses dummy versions of ecoregionMap and rstLCC
to create a list with two objects: the ecoregionMap and a table summarizing its
information per pixelID.
See ecoregionProducer (it uses ecoregionProducer internally).
a RasterLayer object or, in the case of makeDummyEcoregionFiles, a list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.