get_dist: Find euclidean distance

Description Usage Arguments Value Examples

Description

Finds the euclidean distance between two points (ignoring projection)

Usage

1
get_dist(p1, p2)

Arguments

p1

vector giving the x and y coordinate pair for the first point

p2

vector giving the x and y coordinate pair for the second point

Value

distance value

Examples

1
get_dist(c(1, 2), c(3, 4))

IceCast documentation built on June 24, 2019, 9:03 a.m.