# data
data("temprec")
temprec
# color matrix
colmatrix <- bivarmap::bivarmap_colmatrix(nbreaks = 9,
xlab = "Temperatura",
ylab = "Precipitação")
colmatrix
# raster
raster_col <- bivarmap::bivarmap_raster(rasterx = temprec$temp,
rastery = temprec$prec,
colourmatrix = colmatrix)
raster_col
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.