Learn R Programming

biogeo (version 1.0)

uniqueformats: List unique coordinate formats

Description

Lists the unique formats of the coordinates in a character vector

Usage

uniqueformats(x2)

Arguments

x2
a character vector of coordinates

Value

See Also

dmsabs

Examples

Run this code
x<-c("123_23.345W","23d15m32.0S",34.3456,45.5432)
uniqueformats(x)

Run the code above in your browser using DataLab