shift(spatstat)
shift()所属R语言包:spatstat
Apply Vector Translation
应用矢量翻译
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Applies a vector shift of the plane to a geometrical object, such as a point pattern or a window.
应用矢量移位的平面的几何对象,如点图案或一个窗口。
用法----------Usage----------
shift(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")。
参数:...
Arguments determining the shift vector.
引数确定的移位矢量。
Details
详细信息----------Details----------
This is generic. Methods are provided for point patterns (shift.ppp) and windows (shift.owin).
这是通用的。方法是点模式(shift.ppp)和Windows(shift.owin)。
The object is translated by the vector vec.
该对象被翻译由矢量vec。
值----------Value----------
Another object of the same type, representing the result of applying the shift.
相同类型的另一目的,代表施加的移位的结果。
(作者)----------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----------
shift.ppp, shift.owin, rotate, affine, periodify
shift.ppp,shift.owin,rotate,affine,periodify
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|