add_areas: Adds information about what area does the current position...

View source: R/navr-areas.R

add_areasR Documentation

Adds information about what area does the current position belong to

Description

adds a column which contains name of an area the current positions belongs to. beware that the areas can NOT overlap each other. Each point can only belong to a single area, otherwise newly added area might overrite the previous one. See more information about areas in the area vignette

Usage

add_areas(obj, areas, ...)

Arguments

areas

list of AreaObject. Needs to be a list of length(areas), even if you are passing a single area, you should pass it as a list(your_area)

...

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