expand.owin(spatstat)
expand.owin()所属R语言包:spatstat
Apply Expansion Rule
应用扩展规则
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Applies an expansion rule to a window.
应用扩展规则的一个窗口。
用法----------Usage----------
expand.owin(W, ...)
参数----------Arguments----------
参数:W
A window.
一个窗口。
参数:...
Arguments passed to rmhexpand to determine an expansion rule.
参数传递给rmhexpand,以确定扩展规则。
Details
详细信息----------Details----------
The argument W should be a window (an object of class "owin").
参数W应该是一个窗口(类的一个对象"owin"“)。
This command applies the expansion rule specified by the arguments ... to the window W, yielding another window.
此命令适用于由参数指定的扩展规则...窗口W,得到另一个窗口。
The arguments ... are passed to rmhexpand to determine the expansion rule.
的参数...传递给rmhexpand,以确定扩展规则。
For other transformations of the scale, location and orientation of a window, see shift, affine and rotate.
对于其他转换的规模,位置和方向的一个窗口,看到shift,affine和rotate。
值----------Value----------
A window (object of class "owin").
一个窗口(类的对象"owin"“)。
(作者)----------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----------
rmhexpand about expansion rules.
rmhexpand扩展规则。
shift, rotate, affine for other types of manipulation.
shift,rotate,affine其他类型的操作。
实例----------Examples----------
expand.owin(square(1), 9)
expand.owin(square(1), distance=0.5)
expand.owin(letterR, length=2)
expand.owin(letterR, distance=0.1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|