Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

CountryBorders

Borders of world CountryBorders


Description

This dataset contains a polygon shapefile that can be used to plot the borders of CountryBorders.

Format

A SpatialPolygons

Source

This SpatialPolygons is derived from the world of the package maps. Please refer to this other package for description and sources of this dataset. See example for details on how we created the dataset.

See Also

OceanMask for another polygon shapefile used to embellish the plots

Examples

if(require(sp))
  plot(CountryBorders, border="red", col="darkgrey")

## How did we create this file?

## Uncomment the following to create the file as we did
#if(require(maps) & require(maptools) & require(rgeos)){
#    worldmap <- map("world", fill = TRUE, plot = FALSE)
#    CountryBorders <- map2SpatialPolygons(worldmap, IDs = worldmap$names)
#    CountryBorders <- gBuffer(CountryBorders, byid = TRUE, width = 0)
#    proj4string(CountryBorders) <- CRS(as.character(NA))
#    CountryBorders
#    save(CountryBorders, file = "CountryBorders.rda", compress = "xz")
#}

IsoriX

Isoscape Computation and Inference of Spatial Origins using Mixed Models

v0.8.2
GPL (>= 2)
Authors
Alexandre Courtiol [aut, cre] (<https://orcid.org/0000-0003-0637-2959>), François Rousset [aut] (<https://orcid.org/0000-0003-4670-0371>), Marie-Sophie Rohwaeder [aut], Stephanie Kramer-Schadt [aut] (<https://orcid.org/0000-0002-9269-4446>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.