rshift(spatstat)
rshift()所属R语言包:spatstat
Random Shift
随机漂移
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Randomly shifts the points of a point pattern or line segment pattern. Generic.
随机阵列点的点或线段模式转移。通用。
用法----------Usage----------
rshift(X, ...)
参数----------Arguments----------
参数:X
Pattern to be subjected to a random shift. A point pattern (class "ppp"), a line segment pattern (class "psp") or an object of class "splitppp".
图形要经受随机移位。点模式(类"ppp"),线段模式(类"psp")或一个类的对象"splitppp"。
参数:...
Arguments controlling the generation of the random shift vector, or specifying which parts of the pattern will be shifted.
引数控制生成的随机移位矢量,或指定的哪些部分将被转移的图案。
Details
详细信息----------Details----------
This operation applies a random shift (vector displacement) to the points in a point pattern, or to the segments in a line segment pattern.
该操作适用于随机移位(矢量位移)的各点中的点图案,或段中的线段图案。
The argument X may be
的参数X可能是
a point pattern (an object of class "ppp")
点模式(一个类的对象"ppp")
a line segment pattern (an object of class "psp")
线段模式(一个类的对象"psp")
an object of class "splitppp" (basically a list of point patterns, obtained from split.ppp).
类的一个对象"splitppp"(基本上是一个点模式,从split.ppp)。
The function rshift is generic, with methods for the three classes "ppp", "psp" and "splitppp".
的功能rshift三类方法是通用的,"ppp","psp"和"splitppp"。
See the help pages for these methods, rshift.ppp, rshift.psp and rshift.splitppp, for further information.
这些方法,请参阅帮助页面,rshift.ppp,rshift.psp和rshift.splitppp,为进一步的信息。
值----------Value----------
An object of the same type as X.
相同类型的X一个目的。
(作者)----------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----------
rshift.ppp, rshift.psp, rshift.splitppp
rshift.ppp,rshift.psp,rshift.splitppp
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|