pp3(spatstat)
pp3()所属R语言包:spatstat
Three Dimensional Point Pattern
三维点模式
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Create a three-dimensional point pattern
创建一个三维点模式
用法----------Usage----------
pp3(x, y, z, ...)
参数----------Arguments----------
参数:x,y,z
Numeric vectors of equal length, containing Cartesian coordinates of points in three-dimensional space.
数值向量的长度相等,包含在三维空间的笛卡尔坐标系的点。
参数:...
Arguments passed to as.box3 to determine the three-dimensional box in which the points have been observed.
参数传递给as.box3,以确定三维包装盒中的点都被观察到。
Details
详细信息----------Details----------
An object of class "pp3" represents a pattern of points in three-dimensional space. The points are assumed to have been observed by exhaustively inspecting a three-dimensional rectangular box. The boundaries of the box are included as part of the dataset.
一种的类"pp3"的对象表示在三维空间中的点的图案。点被假定为已观察到通过详尽检查一个三维的矩形框,。边界框中包括的数据集的一部分。
值----------Value----------
Object of class "pp3" representing a three dimensional point pattern. Also belongs to class "ppx".
对象的类"pp3"代表一个三维点模式。也属于类"ppx"。
(作者)----------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----------
box3, print.pp3, ppx
box3,print.pp3,ppx
实例----------Examples----------
X <- pp3(runif(10), runif(10), runif(10), box3(c(0,1)))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|