pixellate(spatstat)
pixellate()所属R语言包:spatstat
Convert Spatial Object to Pixel Image
像素图像转换空间对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Convert a spatial object to a pixel image by measuring the amount of stuff in each pixel.
转换空间的对象的像素的图像,通过测量在每个像素中的量的东西。
用法----------Usage----------
pixellate(x, ...)
参数----------Arguments----------
参数:x
Spatial object to be converted. A point pattern (object of class "ppp"), a window (object of class "owin"), a line segment pattern (object of class "psp"), or some other suitable data.
空间要转换的对象。 A点图案(类的对象"ppp"),一个窗口(类的对象"owin"),的线段图案(类"psp"),或一些其它合适的数据对象。
参数:...
Arguments passed to methods.
传递参数的方法。
Details
详细信息----------Details----------
The function pixellate converts a geometrical object x into a pixel image, by measuring the amount of x that is inside each pixel.
的功能pixellate的几何对象转换x到的像素的图像,,由测量x的量是每个像素内。
If x is a point pattern, pixellate(x) counts the number of points of x falling in each pixel. If x is a window, pixellate(x) measures the area of intersection of each pixel with the window.
如果x是一个点模式,pixellate(x)计数点的数量x谁会在每个像素中。如果x是一个窗口,pixellate(x)测量的区域的各像素与该窗口的交点。
The function pixellate is generic, with methods for point patterns (pixellate.ppp), windows (pixellate.owin), and line segment patterns (pixellate.psp), See the separate documentation for these methods.
的功能pixellate是通用的,与点模式的方法(pixellate.ppp),窗口(pixellate.owin),和线段模式(pixellate.psp),请参阅单独的文档,这些方法。
The related function as.im also converts x into a pixel image, but typically measures only the presence or absence of x inside each pixel.
相关函数的as.im也转换x到的像素的图像中,但通常只测量x内每个像素的存在或不存在。
值----------Value----------
A pixel image (object of class "im").
像素的图像(类的对象"im"“)。
(作者)----------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----------
pixellate.ppp, pixellate.owin, pixellate.psp, as.im
pixellate.ppp,pixellate.owin,pixellate.psp,as.im
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|