polar_to_XY | R Documentation |
Polar to XY coordianates Convert polar coordinates to cartesian coordinates. Used for example if trees were mapped form plot center using distance and azimuth
polar_to_XY(
azimuth,
distance,
xcenter,
ycenter,
azimuth_offset,
distance_offset
)
azimuth |
- Numeric vector of azimuth from plot center |
distance |
- Numeric vector of distance from plot center |
xcenter |
- Cartesian X coordinate of plot center |
ycenter |
- Cartesian Y coordinate of plot center |
azimuth_offset |
- Optional. If the tree is leaning and measurement was from plot center to the stem, azimuth between stem and tree top. |
distance_offset |
- Optional. If the tree is leaning and measurement was from plot center to the stem, distance between stem and tree top. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.