Test Expansion Rule
Determines whether an expansion rule will actually expand the window or not.
will.expand(x)
x |
Expansion rule.
An object of class |
An object of class "rmhexpand"
describes a rule for
expanding a simulation window. See rmhexpand
for details.
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.
Logical value.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au
and Rolf Turner r.turner@auckland.ac.nz
x <- rmhexpand(distance=0.2) y <- rmhexpand(area=1) will.expand(x) will.expand(y)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.