raster with lattice.Auxiliary functions for the customization of trellis graphics with
lattice.
xscale.raster and yscale.raster suppress the right and top
axis, respectively. xscale.raster.subticks and
yscale.raster.subticks also suppress those axis and draw subticks.
rasterTheme is a customization of the custom.theme.2 function of
latticeExtra using the magma palette of the viridis
package. The other palettes provided by this package are available
through the viridisTheme, infernoTheme, and plasmaTheme.
YlOrRdTheme, BuRdTheme, RdBuTheme, GrTheme
and BTCTheme are variations of rasterTheme using palettes
of the RColorBrewer and hexbin packages.
streamTheme is a variation of rasterTheme using black for
the region, gray for the panel background and a sequential palette for points.
yscale.raster(lim, ...)
xscale.raster(lim, ...)
yscale.raster.subticks(lim, ...)
xscale.raster.subticks(lim, ...)rasterTheme(region = magma(10),
            pch=19, cex=0.7, 
            strip.background = list(col = 'transparent'),
            strip.shingle = list(col = 'transparent'),
            strip.border = list(col = 'transparent'),
            add.lines = list(lwd = .4),
            ...)
magmaTheme(region = magma(10), ...)
infernoTheme(region = inferno(10), ...)
plasmaTheme(region = plasma(10), ...)
viridisTheme(region = viridis(10), ...)
 
YlOrRdTheme(region = brewer.pal(9, 'YlOrRd'), ...)
RdBuTheme(region = brewer.pal(9, 'RdBu'), ...)
BuRdTheme(region = rev(brewer.pal(9, 'RdBu')), ...)
PuOrTheme(region = brewer.pal(9, 'PuOr'), ...)
GrTheme(region = rev(brewer.pal(9, 'Greys')), ...) 
BTCTheme(region = BTC(n=9), ...)
streamTheme(region = 'black',
            symbol = brewer.pal(n=5, name='Blues'),
            alpha = 0.6,
            panel.background = list(col='gray20'),
            ...)
Range of data.
Symbol used for points.
A numeric multiplier to control the size of the points.
A vector of colors that is used to define a continuous
  color gradient using colorRampPalette to fill in
  regions. Note that the length of this gradient is set by
    custom.theme to exactly 100 colors.
A palette to display symbols.
Parameters of the panel background.
Additional arguments for custom.theme.2,
    yscale.components.default and
    xscale.components.default
List whose
  components define the configuration of the strip areas. Read the help page of trellis.par.get for details.
List whose components define the lines superposed on
  the graphic. Read the help page of trellis.par.get for details.
custom.theme, custom.theme.2, BTC,
  xscale.components.default, xscale.components.subticks