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

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

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

                                        The Multitype Hard Core Point Process Model
                                         多类型的硬核点过程模型

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

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

Creates an instance of the multitype hard core point process model which can then be fitted to point pattern data.
创建多类型的硬核点过程模型,然后可以配点模式数据的一个实例。


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


  MultiHard(types=NULL, hradii)



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

参数:types
Optional; vector of all possible types (i.e. the possible levels of the marks variable in the data)
可选;矢量的所有可能的类型(即可能的marks变量中的数据)


参数:hradii
Matrix of hard core radii
矩阵的硬核半径


Details

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

This is a multitype version of the hard core process. A pair of points of types i and j must not lie closer than h[i,j] units apart.
这是一个多类型的版本的硬核过程。一对点的类型i和j不能躺在接近h[i,j]单位分开。

The argument types need not be specified in normal use. It will be determined automatically from the point pattern data set to which the MultiStrauss interaction is applied, when the user calls ppm.  However, the user should be confident that the ordering of types in the dataset corresponds to the ordering of rows and columns in the matrix hradii.
参数types不必指定在正常使用。这将自动确定从点图案数据设定为施加的MultiStrauss互动,当用户调用ppm。但是,用户应该相信,在数据集的顺序的类型对应的顺序的行和列的矩阵中的hradii。

The matrix hradii must be symmetric, with entries which are either positive numbers or NA.  A value of NA indicates that no distance constraint should be applied for this combination of types.
的矩阵hradii必须是对称的,这是正数或NA的条目。值NA表明,没有距离限制应适用于这样的组合类型。

Note that only the hardcore radii are specified in MultiHard. The canonical parameters log(beta[j]) are estimated by ppm(), not fixed in MultiHard().
请注意,只有铁杆半径指定的MultiHard。的规范参数log(beta[j])估计ppm(),而不是固定在MultiHard()的。


值----------Value----------

An object of class "interact" describing the interpoint interaction structure of the multitype hard core process with hard core radii hradii[i,j].
类的一个对象"interact"描述INTERPOINT互动结构的多类型的硬核与硬核半径hradii[i,j]。


警告----------Warnings----------

In order that ppm can fit the multitype hard core model correctly to a point pattern X, this pattern must be marked, with markformat equal to vector and the mark vector marks(X) must be a factor.  If the argument types is specified it is interpreted as a set of factor levels and this set must equal levels(marks(X)).
为了这ppm可以容纳多类型的硬核模型的正确阵列点X,这种模式必须被标记,与markformat等于vector和标志矢量marks(X)必须是一个因素。如果参数types指定它被解释为一组因子水平和必须等于这组levels(marks(X))。


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


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>
and Rolf Turner
<a href="mailto:r.turner@auckland.ac.nz">r.turner@auckland.ac.nz</a>




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

ppm, pairwise.family, ppm.object, MultiStrauss, MultiStraussHard, Strauss
ppm,pairwise.family,ppm.object,MultiStrauss,MultiStraussHard,Strauss


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


   h <- matrix(c(1,2,2,1), nrow=2,ncol=2)
   MultiHard(hradii=h)
   # prints a sensible description of itself[打印本身就是一个明智的描述]
   data(betacells)
   h <- 15.0 * matrix(c(NA,1,1,NA), nrow=2,ncol=2)
   ppm(betacells, ~1, MultiHard(,h))
   # fit the stationary multitype hardcore process to `betacells'[适合固定的多类型铁杆过程为betacells“]
   # Note the comma; needed since "types" is not specified.[请注意在逗号必要的,因为没有指定的“类型”。]

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-6-15 23:02 , Processed in 0.023917 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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