rlinegrid(spatstat)
rlinegrid()所属R语言包:spatstat
Generate grid of parallel lines with random displacement
生成网格的平行线与随机位移
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generates a grid of parallel lines, equally spaced, inside the specified window.
生成的网格的平行线,等距隔开,指定的窗口内。
用法----------Usage----------
rlinegrid(angle = 45, spacing = 0.1, win = owin())
参数----------Arguments----------
参数:angle
Common orientation of the lines, in degrees anticlockwise from the x axis.
共同取向的线,在从x轴逆时针旋转的度。
参数:spacing
Spacing between successive lines.
行之间的间距。
参数:win
Window in which to generate the lines. An object of class "owin" or something acceptable to as.owin.
窗口,在其中产生的线条。类的一个对象"owin"或接受的as.owin的东西。
Details
详细信息----------Details----------
The grid is randomly displaced from the origin.
网格随机偏离的起源。
值----------Value----------
A line segment pattern (object of class "psp").
一个线段模式(类的对象"psp")。
(作者)----------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----------
psp, rpoisline
psp,rpoisline
实例----------Examples----------
plot(rlinegrid(30, 0.05))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|