intensity.ppp(spatstat)
intensity.ppp()所属R语言包:spatstat
Empirical Intensity of Point Pattern
点模式的实证强度
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes the average number of points per unit area in a point pattern dataset.
计算点的每单位面积的点图案数据集的平均数目。
用法----------Usage----------
## S3 method for class 'ppp'
intensity(X, ...)
参数----------Arguments----------
参数:X
A point pattern (object of class "ppp").
点模式(类的对象"ppp")。
参数:...
Ignored.
忽略。
Details
详细信息----------Details----------
This is a method for the generic function intensity It computes the empirical intensity of a point pattern (object of class "ppp"), i.e. the average density of points per unit area.
这是一个方法的通用函数intensity“”计算的经验强度的点模式(类的对象"ppp"),即每单位面积的平均密度点。
If the point pattern is multitype, the intensities of the different types are computed separately.
如果该点图案是多类型的不同类型的强度被分别计算。
值----------Value----------
A numeric value (giving the intensity) or numeric vector (giving the intensity for each possible type).
一个数字值(强度)或数字矢量(强度为每个可能的类型)。
(作者)----------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----------
intensity, intensity.ppm
intensity,intensity.ppm
实例----------Examples----------
intensity(cells)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|