Description Usage Arguments Value Examples
View source: R/split_on_poly.R
This function combines the above functions as_list
and
crop_on_poly
. to split a RasterLayer
object on
the features of a SpatialPpolygons*
object. Of course, the
RasterLayer
and the SpatialPpolygons*
objects need to
superpose.
1 | split_on_poly(rstr, plgns)
|
rstr |
A RasterLayer |
plgns |
A SpatialPolygon* object |
A list of RasterLayer
objects.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.