plot.plotppm(spatstat)
plot.plotppm()所属R语言包:spatstat
Plot a plotppm Object Created by plot.ppm
绘制一个plotppm的对象创建的plot.ppm
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The function plot.ppm produces objects which specify plots of fitted point process models. The function plot.plotppm carries out the actual plotting of these objects.
的的功能plot.ppm产生对象指定拟合点过程模型图。的的功能plot.plotppm进行绘制这些对象的实际。
用法----------Usage----------
## S3 method for class 'plotppm'
plot(x, data = NULL, trend = TRUE, cif = TRUE,
se = TRUE, pause = interactive(),
how = c("persp", "image", "contour"), ...)
参数----------Arguments----------
参数:x
An object of class plotppm produced by plot.ppm() </table>
一个对象的类plotppm的生产plot.ppm() </表>
参数:data
The point pattern (an object of class ppp) to which the point process model was fitted (by ppm).
点模式(一个类的对象ppp)的点过程模型拟合(ppm)。
参数:trend
Logical scalar; should the trend component of the fitted model be plotted?
逻辑标量,趋势分量拟合模型绘制?
参数:cif
Logical scalar; should the complete conditional intensity of the fitted model be plotted?
逻辑标量,完全有条件强度的拟合模型的绘制呢?
参数:se
Logical scalar; should the estimated standard error of the fitted intensity be plotted?
逻辑标量,估计的标准误差的拟合强度绘制吗?
参数:pause
Logical scalar indicating whether to pause with a prompt after each plot. Set pause=FALSE if plotting to a file.
逻辑标量指示是否每个小区暂停后提示。设置pause=FALSE,如果打印到文件。
参数:how
Character string or character vector indicating the style or styles of plots to be performed.
字符串或字符的样式或风格的绘图,并可以进行矢量。
参数:...
Extra arguments to the plotting functions persp, image and contour.
额外的参数绘图功能persp,image和contour。
Details
详细信息----------Details----------
If argument data is supplied then the point pattern will be superimposed on the image and contour plots.
如果参数data提供有那么点模式将被叠加在图像和等高线图。
Sometimes a fitted model does not have a trend component, or the trend component may constitute all of the conditional intensity (if the model is Poisson). In such cases the object x will not contain a trend component, or will contain only a trend component. This will also be the case if one of the arguments trend and cif was set equal to FALSE in the call to plot.ppm() which produced x. If this is so then only the item which is present will be plotted. Explicitly setting trend=TRUE, or cif=TRUE, respectively, will then give an error.
有时,一个合适的模型并没有一个趋势分量,或趋势成分构成的的条件强度(如果模型是泊松)。在这种情况下,对象x不会包含趋势成分,或将仅包含趋势成分。这也将是的情况下,如果其中一个参数trend和cif定在调用FALSE生产plot.ppm()等于x。如果是这样,那么,这是目前的资料将被绘制。明确设置trend=TRUE或cif=TRUE“,然后将给出一个错误。
值----------Value----------
None.
无。
警告----------Warning----------
Arguments which are passed to persp, image, and contour via the ... argument get passed to any of the other functions listed in the how argument, and won't be recognized by them. This leads to a lot of annoying but harmless warning messages. Arguments to persp may be supplied via spatstat.options() which alleviates the warning messages in this instance.
参数,这些参数传递给persp,image和contour通过...参数传递至任何上市在how参数的其他功能,将无法识别它们。这导致了很多恼人的,但无害的警告消息。 persp的参数可以提供spatstat.options()这既减轻了警告消息,在这种情况下通过。
(作者)----------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----------
plot.ppm()
plot.ppm()
实例----------Examples----------
## Not run: [#不运行:]
data(cells)
Q <- quadscheme(cells)
m <- ppm(Q, ~1, Strauss(0.05))
mpic <- plot(m)
# Perspective plot only, with altered parameters:[透视图,改变的参数:]
plot(mpic,how="persp", theta=-30,phi=40,d=4)
# All plots, with altered parameters for perspective plot:[所有的图,改变参数的透视图:]
op <- spatstat.options(par.persp=list(theta=-30,phi=40,d=4))
plot(mpic)
# Revert[还原]
spatstat.options(op)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|