panel.spatial: panel.spatial

View source: R/panel.spatial.R

panel.spatialR Documentation

panel.spatial

Description

panel.spatial

Usage

panel.spatial(
  x,
  y,
  z,
  subscripts,
  contour = FALSE,
  class = NULL,
  interpolate = TRUE,
  list.mask = NULL,
  SpatialPixel = NULL,
  ...,
  sp.layout
)

panel.spatialBasic(
  x,
  y,
  z,
  subscripts,
  class,
  contour,
  interpolate,
  ...,
  sp.layout = NULL
)

Arguments

x, y, z

Variables defining the plot.

subscripts

Integer vector indicating what subset of x, y and z to draw.

contour

A logical flag, specifying whether contour lines should be drawn.

interpolate

logical, passed to grid.raster.

list.mask

NULL or list of masks. mask is a boolean vector, TRUE indicates significant.

SpatialPixel

corresponding SpatialPixel object of df

If mask present in df, df.mask will be ignored.

...

Extra parameters.

sp.layout

NULL or list; see notes below

par

position of title, list(title = list(x, y))


kongdd/latticeGrob documentation built on March 30, 2024, 3:35 a.m.