envinmr.theme: Environmental Informatics Marburg lattice plotting theme

View source: R/envinmr.theme.R

envinmr.themeR Documentation

Environmental Informatics Marburg lattice plotting theme

Description

This theme is a modified version of theEconomist.theme. Especially the regions colour setting has been modified to a conceptually pleasant rainbow colour palette (optimised for temperature).

Usage

envinmr.theme(win.fontfamily = NULL, with.bg = FALSE, box = "black", ...)

Arguments

win.fontfamily

character font family.

with.bg

logical. If FALSE, the background is transparent.

box

colour of the box around the main plot and, if present, the color key

...

Further arguments passed on to simpleTheme.

Author(s)

Tim Appelhans

See Also

theEconomist.theme

Examples

library(lattice)
levelplot(matrix(rnorm(10000), 100, 100),
          par.settings = envinmr.theme(), at = seq(-5, 5, 0.1))


environmentalinformatics-marburg/Rsenal documentation built on July 28, 2023, 6:09 a.m.