Computing the percentile of each row in dist object and then compare each row to the percentile

后端 未结 0 891
栀梦
栀梦 2020-12-30 05:13

Suppse of I have a maximum dist object as follow

coords = matrix(c(35.0456, -85.2672, 35.1174, -89.9711,45.9728, -83.9422),nrow = 3, ncol=2)
dat = dist(coords         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题