affine(spatstat)
affine()所属R语言包:spatstat
Apply Affine Transformation
应用仿射变换
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Applies any affine transformation of the plane (linear transformation plus vector shift) to a plane geometrical object, such as a point pattern or a window.
的平面(线性变换加上向量移位)的仿射变换的任何适用的平面形状的对象,如一个点图案或一个窗口。
用法----------Usage----------
affine(X, ...)
参数----------Arguments----------
参数:X
Any suitable dataset representing a two-dimensional object, such as a point pattern (object of class "ppp"), a line segment pattern (object of class "psp"), a window (object of class "owin") or a pixel image (object of class "im").
任何合适的数据集,代表一个二维对象,如一个点图案(类的对象"ppp"),线段图案(类的对象"psp"),一个窗口(类的对象<X >)或像素图像(类的对象"owin")。
参数:...
Arguments determining the affine transformation.
仿射变换的参数确定。
Details
详细信息----------Details----------
This is generic. Methods are provided for point patterns (affine.ppp) and windows (affine.owin).
这是通用的。方法是点模式(affine.ppp)和Windows(affine.owin)。
值----------Value----------
Another object of the same type, representing the result of applying the affine transformation.
相同类型的,代表施加的仿射变换的结果的另一目的。
(作者)----------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.ppp, affine.psp, affine.owin, affine.im, flipxy, reflect, rotate, shift
affine.ppp,affine.psp,affine.owin,affine.im,flipxy,reflect,rotate,shift
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|