rpoispp3(spatstat)
rpoispp3()所属R语言包:spatstat
Generate Poisson Point Pattern in Three Dimensions
生成三维泊松点模式
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generate a random three-dimensional point pattern using the homogeneous Poisson process.
利用齐次泊松过程生成一个随机的三维点模式。
用法----------Usage----------
rpoispp3(lambda, domain = box3())
参数----------Arguments----------
参数:lambda
Intensity of the Poisson process. A single positive number.
泊松过程的强度。一个单正数。
参数:domain
Three-dimensional box in which the process should be generated. An object of class "box3".
立体方块的过程中,应该产生。对象的类"box3"。
Details
详细信息----------Details----------
This function generates a realisation of the homogeneous Poisson process in three dimensions, with intensity lambda (points per unit volume).
这个函数生成一个实现在三维空间中的齐次泊松过程,强度lambda(点每单位体积)。
The realisation is generated inside the three-dimensional region domain which currently must be a rectangular box (object of class "box3").
实现的三维区域内产生domain目前必须是一个长方形的盒子(类的对象"box3")。
值----------Value----------
The simulated three-dimensional point pattern (an object of class "pp3").
注意----------Note----------
The intensity lambda is the expected number of points per unit volume.
强度lambda是点的每单位体积的期望的数量。
(作者)----------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----------
runifpoint3, pp3, box3
runifpoint3,pp3,box3
实例----------Examples----------
X <- rpoispp3(50)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|