is.empty(spatstat)
is.empty()所属R语言包:spatstat
Test Whether An Object Is Empty
测试一个对象是否是空的
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Checks whether the argument is an empty window, an empty point pattern, etc.
检查参数是否是一个空的窗口,一个空的点格局,等等。
用法----------Usage----------
is.empty(x)
## S3 method for class 'owin'
is.empty(x)
## S3 method for class 'ppp'
is.empty(x)
## S3 method for class 'psp'
is.empty(x)
## Default S3 method:[默认方法]
is.empty(x)
参数----------Arguments----------
参数:x
A window (object of class "owin"), a point pattern (object of class "ppp"), or a line segment pattern (object of class "psp").
一个窗口(对象类"owin"),点模式(类的对象"ppp"),或线段模式(类的对象"psp")。
Details
详细信息----------Details----------
This function tests whether the object x represents an empty spatial object, such as an empty window, a point pattern with zero points, or a line segment pattern with zero line segments.
此功能测试对象是否x表示一个空的空间的对象,如一个空的窗口与为零点,或零的线段的线段图案,点图案。
An empty window can be obtained as the output of intersect.owin, erosion, opening, complement.owin and some other operations.
intersect.owin,erosion,opening,complement.owin和一些其他操作的输出可以得到一个空的窗口。
An empty point pattern or line segment pattern can be obtained as the result of simulation.
作为模拟的结果,可以得到一个空的点图案或线段图案。
值----------Value----------
Logical value.
逻辑值。
(作者)----------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>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|