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

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

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

                                        Simulate Simple Sequential Inhibition
                                         模拟简单的顺序抑制。

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

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

Generate a random point pattern, a realisation of the Simple Sequential Inhibition (SSI) process.
生成一个随机点模式,实现简单的顺序抑制(SSI)的过程。


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


rSSI(r, n, win = owin(c(0,1),c(0,1)), giveup = 1000, x.init=NULL)



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

参数:r
Inhibition distance.  
抑制的距离。


参数:n
Number of points to generate.  
数目的点来生成。


参数:win
Window in which to simulate the pattern. An object of class "owin" or something acceptable to as.owin.  
在模拟模式的窗口。类的一个对象"owin"或接受的as.owin的东西。


参数:giveup
Number of rejected proposals after which the algorithm should terminate.  
号码被拒绝的建议后,算法应该终止。


参数:x.init
Optional. Initial configuration of points. A point pattern (object of class "ppp").  
可选。初始配置的点。点模式(类的对象"ppp")。


Details

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

This algorithm generates a realisation of the Simple Sequential Inhibition point process  inside the window win.
该算法生成一个简单的顺序抑制点的实现过程,在窗口内win。

Starting with an empty window (or with the point pattern x.init if specified), the algorithm adds points one-by-one. Each new point is generated uniformly in the window and independently of preceding points. If the new point lies closer than r units from an existing point, then it is rejected and another random point is generated.
从一个空的窗口(或点模式x.init如果指定),该算法将点一。在窗口中的和独立的前面的点,每一个新的点均匀地产生。如果新的点在于比r单位从现有的点更接近,则它被拒绝,并产生另一个随机点。

The algorithm terminates either when the desired number n of points is reached, or when the current point configuration has not changed for giveup iterations.
该算法终止时所需的号码n点达到,或当在当前点配置没有改变giveup迭代。


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

The simulated point pattern (an object of class "ppp").
的模拟点模式(类的一个对象"ppp"“)。


(作者)----------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----------

rpoispp, rMaternI, rMaternII.
rpoispp,rMaternI,rMaternII。


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


pp <- rSSI(0.05, 200)
## Not run: plot(pp)[#未运行图(PP)]

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-6-17 05:39 , Processed in 0.021454 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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