eucl_dist: Get euclidean distance between two points

Description Usage Arguments Value Examples

Description

Get euclidean distance between two points

Usage

1
eucl_dist(pos1, pos2)

Arguments

pos1

A numeric vector of length 2 defining the first position

pos2

A numeric vector of length 2 defining the second position

Value

numeric

Examples

1
eucl_dist(c(0, 0), c(1, 1))

alexwhan/guilloche documentation built on May 20, 2019, 2:20 p.m.