plot.grid: Plot strcutured grid

View source: R/plotting.R

plot.gridR Documentation

Plot strcutured grid

Description

Function used to plot grid data (an array) with arbitrary positions, which can be provided as either an array of z values (along with optional palette options) or as an array of colors directly.

Usage

plot.grid(
  x,
  y,
  z = NULL,
  col = NULL,
  xlim = NULL,
  ylim = NULL,
  xlab = "x",
  ylab = "y",
  zlim = NULL,
  pal = "greyscale",
  n = 255,
  rev = F
)

Author(s)

Thomas Bryce Kelly


tbrycekelly/TheSource documentation built on Nov. 7, 2023, 12:48 a.m.