rpoisline(spatstat)
rpoisline()所属R语言包:spatstat
Generate Poisson Random Line Process
生成泊松线过程“
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generate a random pattern of line segments obtained from the Poisson line process.
生成的随机图案从泊松线过程中获得的线段。
用法----------Usage----------
rpoisline(lambda, win=owin())
参数----------Arguments----------
参数:lambda
Intensity of the Poisson line process. A positive number.
强度泊松线过程中。一个正数。
参数:win
Window in which to simulate the pattern. An object of class "owin" or something acceptable to as.owin. Currently, the window must be a rectangle.
在模拟模式的窗口。类的一个对象"owin"或接受的as.owin的东西。目前,该窗口必须是一个矩形。
Details
详细信息----------Details----------
This algorithm generates a realisation of the uniform Poisson line process, and clips it to the window win.
该算法生成的均匀的泊松线过程的实现,和剪辑窗口win。
The argument lambda must be a positive number. It controls the intensity of the process. The expected number of lines intersecting a convex region of the plane is equal to lambda times the perimeter length of the region. The expected total length of the lines crossing a region of the plane is equal to lambda * pi times the area of the region.
参数lambda必须是正数。它控制的过程中的强度。预期数量的线相交的平面上的凸区域是等于lambda倍的区域的周长。线交叉的区域的平面的预期总长度是等于lambda * pi倍的区域的面积。
值----------Value----------
A line segment pattern (an object of class "psp").
一个线段模式(类的一个对象"psp")。
(作者)----------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----------
psp
psp
实例----------Examples----------
# uniform Poisson line process with intensity 10,[均匀的泊松线强度10,]
# clipped to the unit square[夹的单位面积]
rpoisline(10)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|