reflect(spatstat)
reflect()所属R语言包:spatstat
Reflect In Origin
反映在地
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Reflects a geometrical object through the origin.
反映了通过原点的几何对象。
用法----------Usage----------
reflect(X)
## S3 method for class 'im'
reflect(X)
## Default S3 method:
reflect(X)
参数----------Arguments----------
参数:X
Any suitable dataset representing a two-dimensional object, such as a point pattern (object of class "ppp"), or a window (object of class "owin").
代表一个二维对象,如一个点图案(任何合适的数据集的类的对象"ppp"),或一个窗口(类的对象"owin")。
Details
详细信息----------Details----------
The object X is reflected through the origin. That is, each point in X with coordinates (x,y) is mapped to the position (-x, -y).
通过原点的对象X反映。即,每个点在X与座标(x,y)被映射到的位置(-x, -y)。
This is equivalent to applying the affine transformation with matrix diag(c(-1,-1)). It is also equivalent to rotation about the origin by 180 degrees.
这相当于施加的仿射变换与基质diag(c(-1,-1))。它也是相当于绕原点180度的旋转。
The command reflect is generic, with a method for pixel images and a default method.
命令reflect是通用的,与像素的图像的方法和默认的方法。
值----------Value----------
Another object of the same type, representing the result of reflection.
相同类型的另一目的,较的反射率的结果。
(作者)----------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----------
affine, flipxy
affine,flipxy
实例----------Examples----------
plot(reflect(as.im(letterR)))
plot(reflect(letterR), add=TRUE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|