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

OceanMask

Mask of world oceans


Description

This dataset contains a polygon shapefile that can be used to mask large bodies of water.

Format

A SpatialPolygons object

Source

This SpatialPolygons is derived from the CountryBorders. See example for details on how we created the dataset.

See Also

CountryBorders for another polygon shapefile used to embellish the plots

Examples

if(require(sp)) {
  plot(OceanMask, col='blue')
}

## How did we create this file?

## Uncomment the following to create the file as we did
#if(require(raster) & require(rgeos)){
#    worldlimit <- as(extent(CountryBorders), "SpatialPolygons")
#    proj4string(worldlimit) <- crs(CountryBorders)
#    OceanMask <- gDifference(worldlimit, CountryBorders)  
#    OceanMask
#    save(OceanMask, file = "OceanMask.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.