rotate.ppp(spatstat)
rotate.ppp()所属R语言包:spatstat
Rotate a Point Pattern
旋转点模式
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Rotates a point pattern
一个点旋转图案
用法----------Usage----------
## S3 method for class 'ppp'
rotate(X, angle=pi/2, ...)
参数----------Arguments----------
参数:X
A point pattern (object of class "ppp").
点模式(类的对象"ppp")。
参数:angle
Angle of rotation.
旋转角度。
参数:...
Arguments passed to rotate.owin affecting the handling of the observation window, if it is a binary pixel mask.
参数传递给rotate.owin影响的观察窗的处理,如果它是一个二进制象素掩模。
Details
详细信息----------Details----------
The points of the pattern, and the window of observation, are rotated about the origin by the angle specified. Angles are measured in radians, anticlockwise. The default is to rotate the pattern 90 degrees anticlockwise. If the points carry marks, these are preserved.
的点的图案,并且该窗口的观察,是由指定的角度绕原点旋转。测量角度的弧度,逆时针。默认值是90度逆时针旋转模式。如果点进行标记,这些都将保留。
值----------Value----------
Another object of class "ppp" representing the rotated point pattern.
另一个对象的类"ppp"旋转点模式。
(作者)----------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----------
ppp.object, rotate.owin
ppp.object,rotate.owin
实例----------Examples----------
data(cells)
X <- rotate(cells, pi/3)
## Not run: [#不运行:]
plot(X)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|