Test Whether An Object Is A Point Pattern
测试一个对象是否是一个点模式
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Checks whether its argument is a point pattern (object of class "ppp").
检查参数是否是一个点模式(类的对象"ppp"“)。
用法----------Usage----------
is.ppp(x)
参数----------Arguments----------
参数:x
Any object.
任何对象。
Details
详细信息----------Details----------
This function tests whether the object x is a point pattern object of class "ppp". See ppm.object for details of this class.
此功能测试对象x是否是一个点的模式对象的类"ppp"。见ppm.object:这个类的详细信息。
The result is determined to be TRUE if x inherits from "ppp", i.e. if x has "ppp" amongst its classes.
结果被确定为TRUE如果x“继承"ppp",即如果x"ppp"之间的类。
值----------Value----------
TRUE if x is a point pattern, otherwise FALSE.
TRUE如果x是一个点模式,否则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>