Description Usage Arguments Value Author(s)
View source: R/insideLinearGridCell.R
For each grid cell, this function calculates the clipped length of each linestring feature contained in the cell.
1 | insideLinearGridCell(sfobject, rdx.u, xc, yc, dx, dy)
|
sfobject |
The sf linestring 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, featureLength, 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.