Learn R Programming

freesurferformats (version 0.1.18)

euclidian.dist: Compute Euclidean distance.

Description

Compute Euclidean distance.

Usage

euclidian.dist(x1, x2)

Value

the Euclidean distance between x1 and x2.

Arguments

x1

numerical vector, coords of first point

x2

numerical vector, coords of second point