powered by
Compute distances between all points
getDists(coord, metric, user_dist = NULL)
distances between all points
matrix with coordinate representation of all points
name of distance metric to be used in stats::dist
user distance returned with metric=user
getDists(Bikes$space1[1:5,],"euclidean") getDists(Bikes$space1[1:5,],"maximum")
Run the code above in your browser using DataLab