Eudist: Eudilic Distance 'Eudist'

Description Usage Arguments Value Examples

View source: R/Func_Misc.R

Description

Eudilic Distance Eudist

Usage

1
Eudist(p1, p2)

Arguments

p1

coordinates of point 1

p2

coordinates of point 2

Value

Distance between p1 and p2

Examples

1
2
3
p1 = c(1,1)
p2 = c(2,2)
Eudist(p1,p2)

happynotes/PIHMgisR documentation built on Jan. 25, 2020, 9:51 p.m.