inSide: Are points inside a polygon?

Description Usage Arguments Value

Description

This is Simon Wood's inSide from soap

Usage

1
  inSide(bnd, x, y)

Arguments

bnd

a polygon boundary (a list with elements x and y)

x

x coordinates of the points to test

y

y coordinates of the points to test

Value

logical vector


dill/msg documentation built on May 15, 2019, 8:30 a.m.

Related to inSide in dill/msg...