Description Usage Arguments Value Examples
Computes the point distance between to set of 2D points query
and data
.
Each point in query
, transformed with par
, is linked to a (different) point data
.
if full=FALSE
then only the summarized distances between the transformed and the matched
points are returned. Otherwise for each point in query
a list is returned with transformed
points xy
, the index of the "nearest" point in data and the distance.
1 |
par |
numeric(6): the transformation parameters |
query |
matrix: positions of 2D points to match in |
data |
matrix: positions of 2D points |
full |
logical: return only summarized distances of full information (default: |
summarized distances or detailled list
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.