rpoislpp(spatstat)
rpoislpp()所属R语言包:spatstat
Poisson Point Process on a Linear Network
一个线性网络上的泊松点过程
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generates a realisation of the Poisson point process with specified intensity on the given linear network.
泊松点过程中生成一个实现指定的强度在给定的线性网络。
用法----------Usage----------
rpoislpp(lambda, L, ...)
参数----------Arguments----------
参数:lambda
Intensity of the Poisson process. A single number, a function(x,y), or a pixel image (object of class "im").
泊松过程的强度。一个单号,是一个function(x,y),或像素图像(对象类"im")。
参数:L
A linear network (object of class "linnet", see linnet).
线性网络(类的对象"linnet",看到linnet“)。
参数:...
Arguments passed to rpoisppOnLines.
传递参数到rpoisppOnLines。
Details
详细信息----------Details----------
This function uses rpoisppOnLines to generate the random points.
此功能使用rpoisppOnLines来生成随机点。
值----------Value----------
A point pattern on the linear network, i.e.\ an object of class "lpp".
A点的线性网络模式,即\对象的类"lpp"。
(作者)----------Author(s)----------
Ang Qi Wei <a href="mailto:aqw07398@hotmail.com">aqw07398@hotmail.com</a> and
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>
参见----------See Also----------
runiflpp, lpp, linnet
runiflpp,lpp,linnet
实例----------Examples----------
data(simplenet)
X <- rpoislpp(5, simplenet)
plot(X)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|