rdist.earth: rdist.earth

View source: R/rdist.earth.R

rdist.earthR Documentation

rdist.earth

Description

rdist.earth

Usage

rdist.earth(x1, x2 = NULL)

Arguments

x1

2 columns matrix, [lat, lon]

x2

same as x1

Examples

## Not run: 
loc <- st840[, .(lat, lon)] %>% as.matrix()
dist <- rdist.earth(loc)

## End(Not run)


kongdd/MissInfo documentation built on July 29, 2024, 12:02 p.m.