Determines whether an expansion rule will actually expand the window or not.
决定是否扩展规则实际上将扩大窗口或。
用法----------Usage----------
will.expand(x)
参数----------Arguments----------
参数:x
Expansion rule. An object of class "rmhexpand".
扩展规则。对象的类"rmhexpand"。
Details
详细信息----------Details----------
An object of class "rmhexpand" describes a rule for expanding a simulation window. See rmhexpand for details.
一个对象的类"rmhexpand"的描述的规则扩大的模拟窗口。见rmhexpand的详细信息。
One possible expansion rule is to do nothing, i.e. not to expand the window.
一个可能的扩展规则是什么也不做,即不扩大窗口。
This command inspects the expansion rule x and determines whether it will or will not actually expand the window. It returns TRUE if the window will be expanded.
此命令检查的扩展规则x和确定是否会或不会实际展开该窗口。返回TRUE,如果窗口将被扩大。
值----------Value----------
Logical value.
逻辑值。
(作者)----------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, expand.owin
rmhexpand,expand.owin
实例----------Examples----------
x <- rmhexpand(distance=0.2)
y <- rmhexpand(area=1)
will.expand(x)
will.expand(y)