Learn R Programming

RoME (version 0.2.4)

MedSea: Shapefile of Mediterranean and Black Sea area

Description

Polygon shapefile describing the GFCM's Geographical subareas (GSAs)

Usage

data("MedSea")

Arguments

Format

The shapefile is derived from the GFCM's Geographical subareas (GSAs) shapefile

Author

W. Zupa

Details

Polygon shapefile describing the GFCM's Geographical subareas (GSAs) compressed with the xz type of compression.

References

https://www.fao.org/gfcm/data/maps/gsas/en/

Examples

Run this code
# \donttest{
  library(sp)
  data(MedSea)
  plot(MedSea)
# }

Run the code above in your browser using DataLab