latlon.colnames.check: obsolete - see latlon_is.valid()

View source: R/latlon.colnames.check.R

latlon.colnames.checkR Documentation

obsolete - see latlon_is.valid()

Description

Used by functions like get.distances to check input parameters frompoints and topoints

Usage

latlon.colnames.check(mypoints)

Arguments

mypoints

A matrix or data.frame

Value

Returns a vector of colnames such as c('lat', 'lon') or stops if problem found

See Also

get.distances.all which allows you to get distances between all points, get.distances.prepaired for finding distances when data are already formatted as pairs of points, get.nearest which finds the distance to the single nearest point within a specified search radius instead of all topoints, and proxistat which calculates a proximity score for each spatial unit based on distances to nearby points.

get.distances which allows you to specify a search radius and get distances only within that radius which can be faster, get.distances.prepaired for finding distances when data are already formatted as pairs of points, get.nearest which finds the distance to the single nearest point within a specified search radius instead of all topoints, and proxistat which calculates a proximity score for each spatial unit

Examples

#

ejanalysis/proxistat documentation built on April 2, 2024, 10:13 a.m.