WLJS LogoWLJS Notebook

SpatialPointSelect

SpatialPointSelect[spdata, crit] selects a subset of the SpatialPointData spdata according to crit.

Examples

pts = SpatialPointData[RandomPoint[Disk[], 100]];
SpatialPointSelect[pts, RegionMember[Rectangle[]]]

Please visit the official Wolfram Language Reference for more details.

On this page