spex: Spatial Extent as Polygons with Projection
- CRAN: http://cran.r-project.org/web/packages/spex/index.html
- GitHub: https://github.com/mdsumner/spex
> library(spex)
> data("lux")
バージョン: 0.1.0
関数名 | 概略 |
---|---|
lux |
The 'lux' Spatial Polygons from the 'raster' package. |
spex |
spex |
spex
> library(raster)
> exlux <- spex(lux)
> plot(lux)
> plot(exlux, add = TRUE)