euclidean.distance: Calculate the Euclidean distance between two points.

Description Usage Arguments Value Examples

View source: R/fiji-imagej_bunwarpj_reg.R

Description

Calculate the Euclidean distance between two points.

Usage

1
euclidean.distance(x1, x2, y1, y2)

Arguments

x1

x coordinate of point 1.

x2

x coordinate of point 2.

y1

y coordinate of point 1.

y2

y coordinate of point 2.

Value

The Euclidean distance x and y.

Examples

1

jngtz/map.displ.r documentation built on Oct. 29, 2020, 4:43 p.m.