coords_points {angstroms} | R Documentation |
Create SpatialPoints.
Description
Convenience wrapper around SpatialPoints
for a two layer brick with longitude and latitude coordinate arrays.
Usage
coords_points(x, ...)
Arguments
x |
two layer |
... |
ignored |
Value
SpatialPoints
Examples
## library(raadtools)
##coords_points(romscoords(cpolarfiles()$fullname[1]))
pts <- coords_points(ice_coords)
[Package angstroms version 0.0.1 Index]