dist_point_to_point: point to point distance (pythagoras theorem) (2D)

View source: R/geometry_functions.R

dist_point_to_pointR Documentation

point to point distance (pythagoras theorem) (2D)

Description

point to point distance (pythagoras theorem) (2D)

Usage

dist_point_to_point(coord1 = NULL, coord2 = NULL)

Arguments

coord1

first point coordinate (x,y)

coord2

second point coordinate (x,y)

Value

distance between points


khufkens/junglerhythms documentation built on Jan. 4, 2024, 4:59 p.m.