Part 1 - Conversion to the Robinson Projection
Technical Guideline Series
library(terra)
library(raster)
library(graticule)
library(rgdal)
library(rworldmap)crs <- "+proj=robin +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m"I. Raster Data
prec <- raster::getData(name = "worldclim", var = "prec", res = 10)[[1]] # load data
plot(prec)


II. Vector Data


III. Combine Vector and Raster

PreviousTechnical Guideline SeriesNextPart 2 - Preparing and Mapping Data to IPBES Regions and Sub-regions
Last updated
Was this helpful?