Learn R Programming

angstroms (version 0.0.1)

coords_points: 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 RasterBrick with longitude and latitude values
...
ignored

Value

SpatialPoints

Examples

Run this code
## library(raadtools)
##coords_points(romscoords(cpolarfiles()$fullname[1]))

pts <- coords_points(ice_coords)

Run the code above in your browser using DataLab