powered by
Given a list of numerical vectors, fills a square matrix with Kolmogorov-Smirnov statistics.
ksdist(dat)
an object of class dist
dist
a list of numerical data vectors
data(DZ,package='geostats') d <- ksdist(DZ) mds <- cmdscale(d) plot(mds,type='n') text(mds,labels=names(DZ))
Run the code above in your browser using DataLab