cube_subset | R Documentation |
Refine a goesfire cube to only the points that fall within a polygon
cube_subset(cube, polygon, buffer = 4, crs = 5070)
cube |
A goesfire cube data.frame as produced by |
polygon |
A simple feature polygon (or multipolygon) |
buffer |
Buffer distance in km (default = 4) |
crs |
Coordinate reference system: integer with EPSG code, or character with proj4string (default is 5070 - Albers Equal Area) |
A goesfire cube data.frame, subsetted by the polygon
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.