library(sf)
data("regions1")
data("regions2")
mc = mapcurves_calc(x = regions1, y = regions2, x_name = z, y_name = z)
mc
plot(mc$map1)
plot(mc$map2)
library(raster)
data("partitions1")
data("partitions2")
mc2 = mapcurves_calc(x = partitions1, y = partitions2)
mc2
plot(mc2$map1)
plot(mc2$map2)
Run the code above in your browser using DataLab