retrieve_dist_to_utm: Using the coordinates of the point ids and trigonometry, get...

Description Usage Arguments Examples

View source: R/retrieve_dist_to_utm.R

Description

Using the coordinates of the point ids and trigonometry, get precise locations of trees

Usage

1
retrieve_dist_to_utm(dista, angle, xcord, ycord)

Arguments

dista

numeric. distance between point id and tree stem

angle

numeric. Azimut angle between point id and tree stem

xcord

numeric. UTM East of the point ID

ycord

numeric. UTM West of the point ID

Examples

1
retrieve_dist_to_utm(dista = 20, angle = 87, xcord = 432)

vscholl/neonVegWrangleR documentation built on Sept. 9, 2021, 3:11 p.m.