R/coord2numeric.R

coord2numeric <-
function (xn) 
{
    if (is.factor(xn)) {
        xn <- as.character(xn)
    }
    x1 <- as.numeric(xn)
    return(x1)
}

Try the biogeo package in your browser

Any scripts or data that you put into this service are public.

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