Description Usage Arguments Value Author(s)
View source: R/insideAreaGridCell.R
For each grid cell, this function calculates the clipped area of each polygon feature contained in the cell.
1 | insideAreaGridCell(sfobject, rdx.u, xc, yc, dx, dy)
|
sfobject |
The sf polygon object. |
rdx.u |
Vector of cell IDs. |
xc |
Vector of x-coordinates for the grid cells. |
yc |
Vector of y-coordinates for the grid cells. |
dx |
The x-axis grid cell dimension. |
dy |
The y-axis grid cell dimension. |
Data frame containing the following variables: cellID, featureArea, and featureID.
Tom Kincaid Kincaid.Tom@epa.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.