earthmd: Calculates Earth Movers Distance

Description Usage Arguments Value

Description

Takes in a 2 spatial points data frames and calculates the earth movers distance between them

Usage

1
earthmd(x, y, gc = FALSE, threshold = NULL)

Arguments

x

A Spatial points object or a Raster

y

a Spatial Points OBject or a Raster

gc

True if great circle distances should be used.

threshold

The maximal distance over which locations are compared.

Value

The earth movers distance between 2 spatial points data frames.


colinr23/spatialcompare documentation built on May 13, 2019, 9:54 p.m.