euclidian.dist {freesurferformats} | R Documentation |
Compute Euclidean distance.
Description
Compute Euclidean distance.
Usage
euclidian.dist(x1, x2)
Arguments
x1 |
numerical vector, coords of first point |
x2 |
numerical vector, coords of second point |
Value
the Euclidean distance between x1 and x2.
[Package freesurferformats version 0.1.18 Index]