sitesInNKMFUN: Find All Sites Within n Radius.

Description Usage Arguments Examples

Description

A function for finding all sites within a radius around a location.

Usage

1
sitesInNKMFUN(x, id, lat, lon, n, as.list = F)

Arguments

id

Name of the location (as character string).

lat

Latitude column.

lon

Longitude column.

n

Distance radius (in degrees). Kilometre distance can be found using the latitude of the measurement locaition.

as.list

Option to unite the selected sites into a string (can be useful for later selection).

Examples

1

gmiskell/sensor_toolkit documentation built on May 17, 2019, 7:06 p.m.