CalcRingArea: Given a dataframe that includes gx, gy coordinates, and a...

Description Usage Arguments

Description

Given a dataframe that includes gx, gy coordinates, and a single value radius, finds the area within radius from all points (summed). In the absence of edge corrections, this would be simply Npiradius^2, where N is the number of points. But this uses the function partialcirclearea to do the edge correction. This is ordinarily only used as a subroutine for RipUvK.

Usage

1
CalcRingArea(data, radius, plotdim)

Arguments

data

A dataframe with gx and gy coordinates

radius

A number, a single value radius.

plotdim

The x and y dimensions of the plot.


forestgeo/ctfs documentation built on May 3, 2019, 6:44 p.m.