euclidDist: Calculate Euclidian distances of all regions in a model.

Description Usage Arguments Details Value Author(s) See Also

View source: R/coordinateFunctions.R

Description

euclidDist calculates Euclidian distances between the center locations of each region in an ARF model. This can be used to assess if regions are close together.

Usage

1
euclidDist(arfmodel, thres = 5, quiet = T)

Arguments

arfmodel

An arf model object (class model)

thres

Threshold at which to output region information. If regions are closer than thres information is printed if quiet=FALSE.

quiet

Should region information be printed?

Details

euclidDist only uses center location, no information on the extent of a region is used.

Value

Returns a lower triangular matrix with Euclidian distances of all regions in the model.

Author(s)

Wouter D. Weeda - w.d.weeda@gmail.com

See Also

model


arf3DS4 documentation built on May 2, 2019, 8:19 a.m.