compute_distance: Compute the distance between to points

View source: R/compute-family.R

compute_distanceR Documentation

Compute the distance between to points

Description

Compute the distance between to points

Usage

compute_distance(starting_pos, final_pos)

Arguments

starting_pos, final_pos

Numeric vector of length two. Denotes the two positions between which the distance is calculated

Value

A numeric value.


theMILOlab/cypro documentation built on April 5, 2022, 2:03 a.m.