pairdist(spatstat)
pairdist()所属R语言包:spatstat
Pairwise distances
成对距离
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes the matrix of distances between all pairs of "things" in a dataset
对事之间的距离计算矩阵中的数据集
用法----------Usage----------
pairdist(X, ...)
参数----------Arguments----------
参数:X
Object specifying the locations of a set of "things" (such as a set of points or a set of line segments).
对象的“事物”(例如一组点或一组的线段)的一组指定的位置。
参数:...
Further arguments depending on the method.
根据该方法的进一步的论据。
Details
详细信息----------Details----------
Given a dataset X and Y (representing either a point pattern or a line segment pattern) pairdist computes the distance between each pair of "things" in the dataset, and returns a matrix containing these distances.
给定一个数据集X和Y(任何一个点的图案或线段模式)pairdist计算DataSet中的每个对事之间的距离,并返回一个矩阵含有这些距离。
The function pairdist is generic, with methods for point patterns (objects of class "ppp"), line segment patterns (objects of class "psp") and a default method. See the documentation for pairdist.ppp, pairdist.psp or pairdist.default for details.
功能pairdist是通用的,与点图案的方法(类的对象的"ppp"),线段的图案(类的对象的"psp")和一个缺省方法。 pairdist.ppp,pairdist.psp或pairdist.default的详细信息,请参阅文档。
值----------Value----------
A square matrix whose [i,j] entry is the distance between the "things" numbered i and j.
一方阵的[i,j]项之间的距离的东西“编号i和j。
(作者)----------Author(s)----------
Pavel Grabarnik
<a href="mailto:pavel.grabar@issp.serpukhov.su">pavel.grabar@issp.serpukhov.su</a>
and
Adrian Baddeley
<a href="mailto:Adrian.Baddeley@csiro.au">Adrian.Baddeley@csiro.au</a>
<a href="http://www.maths.uwa.edu.au/~adrian/">http://www.maths.uwa.edu.au/~adrian/</a>
参见----------See Also----------
pairdist.ppp, pairdist.psp, pairdist.default, crossdist, nndist, Kest
pairdist.ppp,pairdist.psp,pairdist.default,crossdist,nndist,Kest
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|