plot_raster_multiple: Plot a set of values onto a given landscape

View source: R/plotting_functions.R

plot_raster_multipleR Documentation

Plot a set of values onto a given landscape

Description

Plot a set of values onto a given landscape

Usage

plot_raster_multiple(values, landscape, no_data = 0)

Arguments

values

a matrix of values with columns corresponding to sets of values, and rows corresponding to grid cells, this will result in ncol(values) raster plots.

landscape

a landscape to plot the values onto

no_data

what value should be used for missing data present in the values parameter

Value

no return value, called for plot


gen3sis documentation built on Nov. 22, 2023, 5:07 p.m.