density.splitppp(spatstat)
density.splitppp()所属R语言包:spatstat
Kernel Smoothed Intensity of Split Point Pattern
内核平滑强度的分割点模式
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Compute a kernel smoothed intensity function for each of the components of a split point pattern.
计算一个内核平滑的强度函数为分割点图案中的每个组件。
用法----------Usage----------
## S3 method for class 'splitppp'
density(x, ...)
参数----------Arguments----------
参数:x
Split point pattern (object of class "splitppp" created by split.ppp) to be smoothed.
分割点模式(类的对象"splitppp"创建split.ppp)来进行平滑处理。
参数:...
Arguments passed to density.ppp to control the smoothing, pixel resolution, edge correction etc.
参数传递给density.ppp控制的平滑,像素的分辨率,边缘校正等
Details
详细信息----------Details----------
This is a method for the generic function density.
这是一个方法的通用函数density。
The argument x should be an object of class "splitppp", effectively a list of point patterns.
参数x应该是类的一个对象"splitppp",有效地点模式的列表。
Typically x is obtained by applying the function split.ppp to a point pattern y by calling split(y). This splits the points of y into several sub-patterns.
通常x得到应用的功能split.ppp阵列点y通过调用split(y)的。这点分割成几个子模式y。
A kernel estimate of the intensity function of each of the point patterns is computed using density.ppp.
每个点图案的强度函数的一个内核的估计计算使用density.ppp。
The return value is a list, each of whose entries is a pixel image (object of class "im"). The return value also belongs to the class "listof" and can be plotted or printed.
返回值是一个列表,每个项目是一个像素的图像(类的对象"im"“)。返回值也属于类"listof"可以绘制或打印。
值----------Value----------
A list of pixel images (objects of class "im"). Can be plotted or printed.
像素的图像列表(对象类"im"“)。可以绘制或打印。
(作者)----------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----------
ppp.object, im.object
ppp.object,im.object
实例----------Examples----------
data(amacrine)
Z <- density(split(amacrine), 0.05)
plot(Z)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|