is_in_area: Returns if given position is within area or not

View source: R/navr-areas.R

is_in_areaR Documentation

Returns if given position is within area or not

Description

Returns if given position is within area or not

Usage

is_in_area(x, y, area)

Arguments

x

numeric vector of x positions. Same dimensions as y

y

numeric vector of y positions. Same dimensions as x

area

AreaObject

Value

logical vector of length x.


hejtmy/navr documentation built on March 3, 2023, 5:24 p.m.