pair_dists {spNetwork}R Documentation

pairwise distance between two vectors

Description

pairwise distance between two vectors

Usage

pair_dists(x, y)

Arguments

x

a numeric vector

y

a numeric vector

Value

a matrix width dimenion l(x) * l(y)


[Package spNetwork version 0.4.4.6 Index]