finddecimals: Find coordinates that are in decimal degrees

Description Usage Arguments Value Author(s) See Also Examples

Description

Finds indices for coordinates that are in decimal degrees in a dataframe

Usage

1
finddecimals(dat, x = "x", y = "y")

Arguments

dat

A dataframe containing latitude and longitude coordinates in separate columns

x

the name of the column containing the x-coordinate (longitude)

y

the name of the column containing the y-coordinate (latitude)

Value

index

Author(s)

Mark Robertson and Vernon Visser

See Also

dmsparse

Examples

1
finddecimals(places,x='long',y='lat')

biogeo documentation built on May 1, 2019, 8:05 p.m.