point_in_polygon: Find points within a contour

point_in_polygonR Documentation

Find points within a contour

Description

Find points within a contour

Usage

point_in_polygon(x, y, xp, yp)

Arguments

x

A vector of X values.

y

A vector of Y values.

xp

A vector of polygon X values.

yp

A vector of polygon Y values.


qzhang503/proteoQ documentation built on Feb. 27, 2025, 8:34 a.m.