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/gisland2 documentation built on Feb. 12, 2024, 1:14 a.m.