Test Whether An Object Is A Pixel Image
测试一个对象是否是一个像素图片
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Tests whether its argument is a pixel image (object of class "im").
测试参数是否是一个像素的图像(类的对象"im"“)。
用法----------Usage----------
is.im(x)
参数----------Arguments----------
参数:x
Any object.
任何对象。
Details
详细信息----------Details----------
This function tests whether the argument x is a pixel image object of class "im". For details of this class, see im.object.
此功能测试参数是否x是一个像素的图像对象的类"im"。这个类的详细信息,请参阅im.object。
The object is determined to be an image if it inherits from class "im".
被确定为一个图像,如果它继承自类"im"的对象。
值----------Value----------
TRUE if x is a pixel image, 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>