compute_distance: Compute the distance between to points

View source: R/c.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.


kueckelj/SPATA2 documentation built on March 16, 2024, 10:25 a.m.