filled_contour: filled_contour

Description Usage Arguments

Description

mostly the same as filled.contour, border = 0 is set in rect() as advised at http://stackoverflow.com/questions/8068366/removing-lines-within-filled-contour-legend

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
filled_contour(
  x = seq(0, 1, length.out = nrow(z)),
  y = seq(0, 1, length.out = ncol(z)),
  z,
  xlim = range(x, finite = TRUE),
  ylim = range(y, finite = TRUE),
  zlim = range(z, finite = TRUE),
  levels = pretty(zlim, nlevels),
  nlevels = 20,
  color.palette = cm.colors,
  col = color.palette(length(levels) - 1),
  plot.title,
  plot.axes,
  key.title,
  key.axes,
  asp = NA,
  xaxs = "i",
  yaxs = "i",
  las = 1,
  axes = TRUE,
  frame.plot = axes,
  ...
)

Arguments

x, y, z, xlim, ylim, zlim, levels, nlevels, color.palette, col, plot.title, plot.axes, key.title, key.axes, asp, xaxs, yaxs, las, axes, frame.plot, ...

refer to the documentation of the original function filled.contour.


konradmayer/trlboku documentation built on July 3, 2020, 9:49 p.m.