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.
1 | CalcRingArea(data, radius, plotdim)
|
data |
A dataframe with gx and gy coordinates |
radius |
A number, a single value radius. |
plotdim |
The x and y dimensions of the plot. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.