Test Whether An Object Is A Fitted Point Process Model
测试一个对象是否是一个装有点过程模型
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Checks whether its argument is a fitted point process model (object of class "ppm").
检查它的参数是否是一个安装点过程模型(对象类"ppm"“)。
用法----------Usage----------
is.ppm(x)
参数----------Arguments----------
参数:x
Any object.
任何对象。
Details
详细信息----------Details----------
This function tests whether the object x is a fitted point process model object of class "ppm". See ppm.object for details of this class.
这个函数对象x测试是否是一个安装点过程模型对象类"ppm"。见ppm.object:这个类的详细信息。
值----------Value----------
TRUE if x has "ppm" amongst its classes, otherwise FALSE.
TRUE如果x"ppm"之间的类的,否则FALSE。
(作者)----------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>