euclidean.distance.f: Euclidean distance function

Description Usage Arguments Details Value Author(s) References See Also

View source: R/euclidean.distance.f.R

Description

This function is ancillary to mat.dissim and gives the distance from point A to B on a plane in the units of x and y.

Usage

1
euclidean.distance.f( fossite,modsite)

Arguments

modsite

Vector: containing the x and y Euclidean values for a point.

fossite

Vector: containing the x and y Euclidean values for another point.

Details

Provides the quadrat correct direction from fossite to modsite.

Value

A numeric single value representing the direction between the two points.

Author(s)

Professor Michael Sawada

References

SAWADA, M. 2006. An open-source implementation of the modern analog technique (MAT) within the R computing environment. Computers and Geosciences, Vol 32(6):818-833, DOI information: 10.1016/j.cageo.2005.10.008

See Also

See Also as euclidean.compx.f, euclidean.compy.f,euclidean.direction.f,mat.dissim,great.circle.distance.f


MATTOOLS documentation built on May 2, 2019, 2:11 a.m.