bivarmap_raster: Creates a bivariate raster

Description Usage Arguments Value Examples

View source: R/bivarmap_raster.R

Description

Description... documentation to be continued.

Usage

1
2
3
4
5
6
7
bivarmap_raster(
  rasterx,
  rastery,
  colmatrix = col.matrix,
  export.colour.matrix = TRUE,
  outname = paste0("colMatrix_rasValues", names(rasterx))
)

Arguments

rasterx

[RasterLayer,SpatRaster]
RasterLayer representing the x (first) axis or variable of the bivariate plot. Support to SpatRaster to be added.

rastery

[RasterLayer,SpatRaster]
RasterLayer representing the y (second) axis or variable of the bivariate plot. Support to SpatRaster to be added.

colmatrix

[matrix]
Matrix of colors to be used in the raster classification and plot, created with colmatrix().

Value

A RasterLayer representing the bivariate map classified accordingly with selected classes for each variable, for bivariate map plotting.

Examples

1
examples/bivarmap_raster_example.R

mauriciovancine/bivarmap documentation built on Feb. 21, 2022, 5:31 p.m.