spex: Spatial Extent as Polygons with Projection

> 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)