plot_raster_multiple {gen3sis} | R 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
[Package gen3sis version 1.5.11 Index]