R Package with functions developed over 10+ years at: https://rfunctions.blogspot.com
library(classInt)
library(raster)
library(dismo)
library(XML)
library(maps)
library(sp)
library(geodata)
library(bivariatemaps)
bclim <- worldclim_global(var="tavg", res=10, path=tempdir())
bclim2 <- worldclim_global(var="prec", res=10, path=tempdir())
col.matrix<-colmat(nquantiles=10, upperleft="blue", upperright="green", bottomleft="grey", bottomright="red")
bivmap<-bivariate.map(bclim,bclim2, colormatrix=col.matrix, nquantiles=10)