simpledist: Cartesian distance between points

Description Usage Arguments Value Examples

View source: R/R-GIS.R

Description

Cartesian distance between points

Usage

1

Arguments

points

points is a 2x2 matrix, where columns are x,y and rows are the two points

Value

Distance, in same units as input

Examples

1
2
points <- matrix(c(0,3,0,4),nrow=2)
simpledist(points)

gsk3/taRifx.geo documentation built on May 17, 2019, 8:56 a.m.