euclidDist {arf3DS4} | R Documentation |
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.
euclidDist(arfmodel, thres = 5, quiet = T)
arfmodel |
An arf model object (class |
thres |
Threshold at which to output region information. If regions are closer than |
quiet |
Should region information be printed? |
euclidDist only uses center location, no information on the extent of a region is used.
Returns a lower triangular matrix with Euclidian distances of all regions in the model.
Wouter D. Weeda - w.d.weeda@gmail.com