找回密码
 注册
查看: 973|回复: 0

R语言 spatstat包 pppmatching()函数中文帮助文档(中英文对照)

  [复制链接]
发表于 2012-9-30 14:00:24 | 显示全部楼层 |阅读模式
pppmatching(spatstat)
pppmatching()所属R语言包:spatstat

                                        Create a Point Matching
                                         创建一个点匹配

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Creates an object of class "pppmatching" representing a matching of two planar point patterns (objects of class "ppp").
创建类的一个对象"pppmatching"的两个平面的点模式匹配的(对象类"ppp")。


用法----------Usage----------


  pppmatching(X, Y, am, type = NULL, cutoff = NULL, q = NULL,
    mdist = NULL)



参数----------Arguments----------

参数:X,Y
Two point patterns (objects of class "ppp").
二点模式(对象类"ppp")。


参数:am
An X$n by Y$n matrix with entries >= 0  that specifies which points are matched and with what weight; alternatively, an object that can be coerced to this form by as.matrix.  
X$nY$n矩阵的条目>= 0,指定点的匹配和重量,或者,一个对象可以强制转换为这种形式的as.matrix。


参数:type
A character string giving the type of the matching. One of "spa", "ace" or "mat", or NULL for a generic or unknown matching.  
一个字符串的类型匹配。其中的"spa","ace"或"mat",或NULL一个通用的或未知的匹配。


参数:cutoff, q
Numerical values specifying the cutoff value > 0 for interpoint distances and the order q in [0,Inf] of the average that is applied to them. NULL if not applicable or unknown.  
指定的截止值> 0INTERPOINT距离和该命令的数值q in [0,Inf]的平均值,它是适用于他们。 NULL,如果不适用或未知的。


参数:mdist
Numerical value for the distance to be associated with the matching.  
数值的距离与匹配。


Details

详细信息----------Details----------

The argument am is interpreted as a "generalized adjacency matrix": if the [i,j]-th entry is positive, then the i-th point of X and the j-th point of Y are matched and the value of the entry gives the corresponding weight of the match. For an unweighted matching all the weights should be set to 1.
参数am被解释为“广义邻接矩阵”:如果[i,j]个项目是肯定的,那么i个点的X和 j-th点Y匹配的条目的值赋予相应的权重的比赛。对于非加权匹配所有的权重应设置为1。

The remaining arguments are optional and allow to save additional information about the matching. See the help files for pppdist and matchingdist for details on the meaning of these parameters.
其余的参数是可选的,可以节省更多的信息匹配。 pppdist和matchingdist这些参数的含义的详细信息,请参阅帮助文件。


(作者)----------Author(s)----------



Dominic Schuhmacher
<a href="mailto:dominic.schuhmacher@stat.unibe.ch">dominic.schuhmacher@stat.unibe.ch</a>
<a href="http://www.dominic.schuhmacher.name">http://www.dominic.schuhmacher.name</a>




参见----------See Also----------

pppmatching.object matchingdist
pppmatching.objectmatchingdist


实例----------Examples----------


  # a random unweighted complete matching[一个随机的非加权完全匹配]
  X <- runifpoint(10)
  Y <- runifpoint(10)
  am <- r2dtable(1, rep(1,10), rep(1,10))[[1]]
        # generates a random permutation matrix[产生一个随机置换矩阵]
  m <- pppmatching(X, Y, am)
  summary(m)
  m$matrix
  ## Not run: [#不运行:]
    plot(m)
  
## End(Not run)[#(不执行)]

  # a random weighted complete matching[一个随机加权完全匹配]
  X <- runifpoint(7)
  Y <- runifpoint(7)
  am <- r2dtable(1, rep(10,7), rep(10,7))[[1]]/10
        # generates a random doubly stochastic matrix[生成一个随机的双随机矩阵]
  m2 <- pppmatching(X, Y, am)
  summary(m2)
  m2$matrix
  ## Not run: [#不运行:]
    # Note: plotting does currently not distinguish[注:绘制目前不区分]
    # between different weights[不同的权重之间]
    plot(m2)
  
## End(Not run)[#(不执行)]

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-4-5 02:05 , Processed in 0.120943 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表