geo_inside: Classifies if points are inside a region

View source: R/geofunctions.R

geo_insideR Documentation

Classifies if points are inside a region

Description

Classifies if points are inside a region

Usage

geo_inside(x, y, reg)

Arguments

x

A vector of longitudes.

y

A vector of latitudes.

reg

A data.frame contain column names lon, lat and Region.

Value

A vector of TRUE and FALSE


einarhjorleifsson/gisland documentation built on Feb. 2, 2024, 11:21 p.m.