image.plot: Plot image

image.plotR Documentation

Plot image

Description

Plot image

Usage

## S3 method for class 'plot'
image(
  ...,
  breaks = NULL,
  add = FALSE,
  nlevel = 64,
  horizontal = FALSE,
  legend.shrink = 0.9,
  legend.width = 1.2,
  legend.mar = ifelse(horizontal, 3.1, 5.1),
  legend.lab = NULL,
  legend.line = 2,
  graphics.reset = FALSE,
  bigplot = NULL,
  smallplot = NULL,
  legend.only = FALSE,
  col = NULL,
  pal = "heat",
  lab.breaks = NULL,
  axis.args = NULL,
  legend.args = NULL,
  midpoint = FALSE,
  border = NA,
  lwd = 1,
  rev = FALSE,
  verbose = FALSE
)

Arguments

...

additional arguments

breaks

A numeric vector of breakpoints for the colours

add

if TRUE add to current plot

nlevel

the number of breaks (used only if breaks are not specified),

horizontal

if TRUE legend is horizontal

legend.shrink

shrinkage factor for legend

legend.mar

margins of legend (see link{par})

legend.lab

legend label

legend.line

margin line of the legend

graphics.reset

a boolean

bigplot

A vector of the form ‘c(x1, x2, y1, y2)’ giving the coordinates of the plot region as fractions of the current figure region.

smallplot

Same as bigplot but for a second plot

legend.only

if TRUE show only legend

col

Specification of the plotting color (a single color or a vector)

pal

color palette, used only if col is NULL (see colscal)

lab.breaks

labels of breakpoints for the colours (argument "breaks")

axis.args

list containing arguments for axis

legend.args

list containing arguments for legend

midpoint

If TRUE color scale is formed for midpoints by averaging 4 corners.

border

the color to draw the border. Use NA to omit the border.

lwd

width of line

rev

if TRUE reverse palette

verbose

if TRUE print progress


metno/esd documentation built on April 29, 2024, 3:34 p.m.