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

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

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

                                        Extract the Interaction from a Fitted Point Process Model
                                         从拟合点过程模型,提取物的相互作用

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

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

Given a point process model that has been fitted to point pattern data, this function extracts the interpoint interaction part of the model as a separate object.
给定一个点过程模型已经安装点模式数据,这个函数提取INTERPOINT交互部分作为一个单独的对象模型。


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


fitin(object)
## S3 method for class 'ppm'
fitin(object)



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

参数:object
A fitted point process model (object of class "ppm").  
已安装点过程模型(对象类"ppm"“)。


Details

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

An object of class "ppm" describes a fitted point process model. It contains information about the original data to which the model was fitted, the spatial trend that was fitted, the interpoint interaction that was fitted, and other data. See ppm.object) for details of this class.
一个对象的类"ppm"的描述了一个拟合点过程模型。它包含有关该模型拟合的原始数据,空间趋势嵌合,INTERPOINT相互作用,嵌合,和其它数据的信息。 ppm.object)这个类的详细信息。

The function fitin extracts from this model the information about the fitted interpoint interaction only. The information is organised as an object of class "fii" (fitted interpoint interaction). This object can be printed or plotted.
的功能fitin从这个模型中提取物装INTERPOINT互动的信息。信息被组织作为对象的类"fii"(装INTERPOINT互动)。这个对象可以打印或绘制。

Users may find this a convenient way to plot the fitted interpoint interaction term, as shown in the Examples.
用户可能会发现这是一个方便的方法来绘制拟合INTERPOINT交互项,如在实施例中所示。


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

An object of class "fii" representing the fitted interpoint interaction. This object can be printed and plotted.
对象的类"fii"的拟合INTERPOINT互动。这个对象可以打印和显示出来。


(作者)----------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, ppm.object, as.interact.
ppm,ppm.object,as.interact。


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


   data(betacells)

   # unmarked [无人盯防的]
   X <- unmark(betacells)
   model <- ppm(X, ~1, PairPiece(seq(10,100,by=10)))
   f <- fitin(model)
   f
   plot(f)

   # marked[标记]
   # fit the stationary multitype Strauss process to `betacells'[适合多类型的固定施特劳斯过程betacells“]
   r <- 30.0 * matrix(c(1,2,2,1), nrow=2,ncol=2)
   model <- ppm(betacells, ~1, MultiStrauss(c("off","on"), r))
   f <- fitin(model)
   f
   plot(f)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-6-15 02:42 , Processed in 0.026657 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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