R/extract.coords.R

Defines functions extract.coords

Documented in extract.coords

## This code is part of the ornitho package
## © C. Heibl 2015 (last update 2015-08-18)

extract.coords <- function(sp){
  sub.tmp <- slot(sp, "Polygons")
  sub.tmp[[1]]@coords 
}
heibl/rornitho documentation built on May 17, 2019, 3:22 p.m.