plotRaster: Plot raster with ggplot

View source: R/plotRaster.R

plotRasterR Documentation

Plot raster with ggplot

Description

Plot raster with ggplot

Usage

plotRaster(rast, xy = NULL, norm = FALSE, log = FALSE, name = "",
  light = FALSE)

Arguments

rast

Raster object

xy

Optional matrix of locations

norm

Logical. Should the raster be normalized to integrate to 1?

log

Logical. Should the raster be plotted on the log scale?

name

Name of the scale

light

Logical. If TRUE, the plot is minimalistic.


TheoMichelot/localGibbs documentation built on March 24, 2022, 5:56 a.m.