Description Usage Arguments Functions
Only include pixels assigned to a given vector of nodes.
1 2 3 4 5 6 7 | grab_nodes(pixdf, nodeids, pcvdf = pixdf)
grab_nodebox(pixdf, nodeids, pcvdf = pixdf, dilate = 0)
rt_nodebbox(pixdf, nodeids, pcvdf = pixdf, dilate_frac = 0)
grab_bbox(pixdf, bbox)
|
pixdf |
as returned by |
nodeids |
values of node_index to keep |
pcvdf |
a data.frame that includes node and range/azimuth information,
e.g. as returned by |
dilate |
Number of pixels to extend beyond the supplied nodes (default is 0). |
dilate_frac |
fraction of lat/lon range to dilate the bounding box (applied on both sides) |
bbox |
as returned by |
grab_nodebox
: Filter to a range/azimuth bounding box.
rt_nodebbox
: Create a lat/lon bounding box.
grab_bbox
: Filter to a lat/lon bounding box.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.