# NOT RUN {
# example data
data("buffer_range", package = "rangemap")
data("cxhull_range", package = "rangemap")
data("cvehull_range", package = "rangemap")
vars <- raster::stack(system.file("extdata", "variables.tif",
package = "rangemap"))
names(vars) <- c("bio5", "bio6", "bio13", "bio14")
# plotting
ranges_emaps(buffer_range, cxhull_range, cvehull_range, variables = vars)
# }
Run the code above in your browser using DataLab