eucdist: Calculate the Euclidean distance between two points

Description Usage Arguments Value

View source: R/utils.R

Description

Calculate the Euclidean distance between two points

Usage

1
eucdist(x1, y1, x2, y2)

Arguments

x1

x coordinate of point 1

y1

y coordinate of point 1

x2

x coordinate of point 2

y2

y coordinate of point 2

Value

distance between point 1 and 2


tsuda16k/noesis documentation built on Nov. 25, 2020, 10:16 a.m.