plot.influence.ppm(spatstat)
plot.influence.ppm()所属R语言包:spatstat
Plot Influence Measure
图影响度量
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plots an influence measure that has been computed by influence.ppm.
图已计算的influence.ppm的一个影响度量。
用法----------Usage----------
## S3 method for class 'influence.ppm'
plot(x, ...)
参数----------Arguments----------
参数:x
Influence measure (object of class "influence.ppm") computed by influence.ppm.
影响的措施(类的对象"influence.ppm")计算的influence.ppm。
参数:...
Arguments passed to plot.ppp to control the plotting.
参数传递给plot.ppp控制的绘图。
Details
详细信息----------Details----------
This is the plot method for objects of class "influence.ppm". These objects are computed by the command influence.ppm.
这是图类"influence.ppm"对象的方法。计算这些对象的命令influence.ppm。
The display shows circles centred at the data points with radii proportional to the influence values.
显示在数据点的影响值正比于半径的圆心。
值----------Value----------
None.
无。
(作者)----------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>
参考文献----------References----------
Leverage and influence diagnostics for spatial point process models. Scandinavian Journal of Statistics, in press.
参见----------See Also----------
influence.ppm
influence.ppm
实例----------Examples----------
X <- rpoispp(function(x,y) { exp(3+3*x) })
fit <- ppm(X, ~x+y)
plot(influence(fit))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|