plotRast: Plot raster with limits

View source: R/pkRastplot.r

plotRastR Documentation

Plot raster with limits

Description

Base plot of raster, with inlusion of lower and higher plot limits

Usage

plotRast(
  x,
  lcut = NA,
  hcut = NA,
  setNA = NA,
  useimage = F,
  col = pkrf::ramp("parula", 256),
  ...
)

pkRastplot(
  x,
  lcut = NA,
  hcut = NA,
  setNA = NA,
  useimage = F,
  col = pkrf::ramp("parula", 256),
  ...
)

Arguments

x

raster

lcut

Minimum value to plot, all below will be similarly coloured. Set to NA to disable.

hcut

Maximum value to plot, all above will be similarly coloured. Set to NA to disable.

setNA

Value in raster to set as NA in output. Set to NA to disable.

useimage

Use image.plot to make the plot rather than plot.raster (logical).

Value

no function return


kraaijenbrink/pkrf documentation built on July 4, 2023, 10:16 p.m.