dist_mat_absolute: (function to calculate distance matrix of integers)
takes vector of size n and vector of size m and gives back matrix of n rows and m columns
Description
(function to calculate distance matrix of integers)
takes vector of size n and vector of size m and gives back matrix of n rows and m columns
Usage
dist_mat_absolute(x, y)
Arguments
x
a vector of type numeric
y
a vector of type numeric