match_rotate.coord.data.frame: Rotate to best match points between two coord.data.frames

View source: R/fieldplot_s3.R

match_rotate.coord.data.frameR Documentation

Rotate to best match points between two coord.data.frames

Description

Rotate to best match points between two coord.data.frames

Usage

## S3 method for class 'coord.data.frame'
match_rotate(data, coord.df2, diameter_tolerance = 3)

Arguments

coord.df2

Data frame to which to rotate to.

diameter_tolerance

Tolerance for an acceptable point match.

.data

A coord.data.frame which to rotate.

Value

A list, containing a coord.data.frame with the rotated values; the minimising angle and the mean distance of the result rotation and coord.df2.


Silviculturalist/fieldcoordinate documentation built on April 17, 2022, 7:31 a.m.