plot.leverage.ppm(spatstat)
plot.leverage.ppm()所属R语言包:spatstat
Plot Leverage Function
图杠杆作用
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plots a leverage function that has been computed by leverage.ppm.
绘制一个杠杆作用,已计算出leverage.ppm。
用法----------Usage----------
## S3 method for class 'leverage.ppm'
plot(x, ..., showcut=TRUE)
参数----------Arguments----------
参数:x
Leverage measure (object of class "leverage.ppm") computed by leverage.ppm.
杠杆措施(类的对象"leverage.ppm")计算的leverage.ppm。
参数:...
Arguments passed to plot.im controlling the image plot.
参数传递给plot.im控制图像绘图。
参数:showcut
Logical. If TRUE, a contour line is plotted at the level equal to the theoretical mean of the leverage.
逻辑。如果TRUE,绘制在一个轮廓线的电平相等的杠杆作用的理论平均。
Details
详细信息----------Details----------
This is the plot method for objects of class "leverage.ppm". These objects are computed by the command leverage.ppm.
这是图类"leverage.ppm"对象的方法。计算这些对象的命令leverage.ppm。
值----------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----------
leverage.ppm
leverage.ppm
实例----------Examples----------
X <- rpoispp(function(x,y) { exp(3+3*x) })
fit <- ppm(X, ~x+y)
plot(leverage(fit))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|