View source: R/bivariate.map.R
bivariate.map | R Documentation |
Creates a Bivariate Map using two rasters and a color matrix created with colmat() function.
bivariate.map(
rasterx,
rastery,
colormatrix,
nquantiles = 10,
trivariate = F,
rasterz
)
rasterx |
raster |
rastery |
raster |
colormatrix |
color matrix from colmat() function |
nquantiles |
number of quantiles in color matrix (same as used when using colmat() function) |
trivariate |
boolean indicating if should use a third raster for a "trivariate" map where the third variable corresponds to the transparency (alpha) of colors. |
rasterz |
raster (only if trivariate=T) |
A plot with the bivariate map.
# https://rfunctions.blogspot.com/2015/03/bivariate-maps-bivariatemap-function.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.