grid2spts: grid2spts function

View source: R/spatgrid.R

grid2sptsR Documentation

grid2spts function

Description

A function to convert a regular (x,y) grid of centroids into a SpatialPoints object

Usage

grid2spts(xgrid, ygrid, proj4string = CRS(as.character(NA)))

Arguments

xgrid

vector of x centroids (equally spaced)

ygrid

vector of x centroids (equally spaced)

proj4string

an optional proj4string, projection string for the grid, set using the function CRS

Value

a SpatialPoints object


spatsurv documentation built on Oct. 19, 2023, 9:07 a.m.