plot_biome: plot.biome.map

Description Usage Arguments Details Value Author(s)

View source: R/biomes-plot.R

Description

Plot the biomes

Usage

1
2
3
4
5
plot_biome(poly = fun.poly.obj()$poly.DF,
  col.biomes = make.transparent(c("navajowhite3", "darkgoldenrod1", "sienna",
  "darkolivegreen4", "darkseagreen3", "forestgreen", "darkgreen", "olivedrab",
  "gray"), 0.9), add.legend = FALSE, add.number = TRUE,
  merge.deserts = FALSE, mar.vec = c(5.1, 3.5, 3, 2.1), cex.p = 1.2)

Arguments

poly

biomes SpatialPolygons object

col.biomes

vector of colors for the biomes (TODO add name of biomes)

add.legend

TRUE or FALSE

add.number

TRUE or FALSE

merge.deserts

TRUE or FALSE

mar.vec

vector of margine size

cex.p

size of pointed passed to par

Details

Takes the biomes SpatialPolygons object and plot it, adding or not a legend

Value

plot

Author(s)

Kunstler


kunstler/BIOMEplot documentation built on May 20, 2019, 7:06 p.m.