Learn R Programming

biogeo (version 1.0)

coord2numeric: Converts coordinates that are factors into numeric values

Description

Converts coordinates that are factors into numeric values

Usage

coord2numeric(xn)

Arguments

xn
coordinate

Value

coordinates as numeric

Examples

Run this code
xn<-as.factor(c("-25.345","35.187","-34.563"))
coord2numeric(xn)

Run the code above in your browser using DataLab