Description Usage Arguments Value Examples
View source: R/gridPoly_OverlapFraction.R
faction of grids of SpatialPixels located in polygon
1 | gridPoly_OverlapFraction(grid, poly, write.fig = FALSE)
|
grid |
SpatialGrid, with the column of |
poly |
SpatialPolygon obj |
write.fig |
boolean |
grid
: original grid
gridclip
: filter by fraction of clip area
I_sel
: selected gridId
Id
: Id of original grid
1 2 3 4 5 | ## Not run:
gridInfo <- gridPoly_OverlapFraction(gridclip, poly_CH)
d <- gridInfo$grid@data %>% data.table()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.