print-methods {simecol} | R Documentation |
Methods for Function ‘print’ in Package ‘simecol’
Description
Methods for function print
in Package simecol.
Usage
## S4 method for signature 'simObj':
print(x, all = FALSE, ...)
Arguments
x |
An object of class simObj or one of its subclasses. |
all |
Specifies whether all slots are printed. Default is that
only not-empty slots are printed and the contents of out are suppressed. |
... |
Optional parameters passed to print. |
Methods
- x = "ANY"
- Generic function: see
print
.
- x = "simObj"
- prints the contents (slots) of the
simObj
object.
[Package
simecol version 0.5-5
Index]