Determine if a point is inside any JamPolygon
Arguments
- x
listwith"x","y"withnumericvalues, representing one or more points.- jp
JamPolygon- apply_holes
logical(default TRUE) whether internal polygon holes are applied, which requires a point in a solid portion of the polygon. Whenapply_holes=FALSEa point must only be contained within the outer boundary of the polygon.- ...
additional arguments are passed to
point_in_JamPolygon()
Value
logical vector with one result per point x, where
TRUEindicates the point overlaps at least one polygon,FALSEindicates the point does not overlap any polygon.Note that a point contained in a polygon "hole" is expected to return
FALSEwhenapply_holes=TRUE(default).
See also
Other JamPolygon:
JamPolygon-class,
[,JamPolygon-method,
add_orientation_JamPolygon(),
area_JamPolygon(),
bbox_JamPolygon(),
buffer_JamPolygon(),
check_JamPolygon(),
eulerr_to_JamPolygon(),
farthest_point_JamPolygon(),
find_venn_overlaps_JamPolygon(),
intersect_JamPolygon(),
label_fill_JamPolygon(),
label_outside_JamPolygon(),
label_segment_JamPolygon(),
labelr_JamPolygon(),
minus_JamPolygon(),
nearest_point_JamPolygon(),
nudge_JamPolygon(),
plot.JamPolygon(),
point_in_JamPolygon(),
polyclip_to_JamPolygon(),
polygon_circles(),
polygon_ellipses(),
sample_JamPolygon(),
split_JamPolygon(),
union_JamPolygon(),
update_JamPolygon()