as.interact(spatstat)
as.interact()所属R语言包:spatstat
Extract Interaction Structure
提取互动模式
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Extracts the interpoint interaction structure from a point pattern model.
从一个点模式模型提取INTERPOINT互动结构。
用法----------Usage----------
as.interact(object)
## S3 method for class 'fii'
as.interact(object)
## S3 method for class 'interact'
as.interact(object)
## S3 method for class 'ppm'
as.interact(object)
参数----------Arguments----------
参数:object
A fitted point process model (object of class "ppm") or an interpoint interaction structure (object of class "interact").
已安装点过程模型(对象类"ppm")或INTERPOINT互动结构(类的对象"interact")。
Details
详细信息----------Details----------
The function as.interact extracts the interpoint interaction structure from a suitable object.
的功能as.interact提取INTERPOINT一个合适的对象的互动结构。
An object of class "interact" describes an interpoint interaction structure, before it has been fitted to point pattern data. The irregular parameters of the interaction (such as the interaction range) are fixed, but the regular parameters (such as interaction strength) are undetermined. Objects of this class are created by the functions Poisson, Strauss and so on. The main use of such objects is in a call to ppm.
一个对象的类"interact"的描述了一个INTERPOINT互动结构,之前已经安装点的图形数据。不规则的参数的相互作用(如相互作用范围)是固定的,但经常参数(如相互作用强度)是未确定的。创建这个类的对象的功能Poisson,Strauss等。这种对象的主要用途是在调用ppm。
The function as.interact is generic, with methods for the classes "ppm", "fii" and "interact". The result is an object of class "interact" which can be printed.
的功能as.interact的类的方法是通用的,"ppm","fii"和"interact"。其结果是一个对象类"interact"可以打印。
值----------Value----------
An object of class "interact" representing the interpoint interaction. This object can be printed and plotted.
对象的类"interact"INTERPOINT互动。这个对象可以打印和显示出来。
注意的参数----------Note on parameters----------
This function does not extract the fitted coefficients of the interaction. To extract the fitted interaction including the fitted coefficients, use fitin.
此功能不提取拟合系数的互动。要提取的拟合系数拟合的互动,包括使用fitin。
(作者)----------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----------
fitin, ppm.
fitin,ppm。
实例----------Examples----------
data(cells)
model <- ppm(cells, ~1, Strauss(0.07))
f <- as.interact(model)
f
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|