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.6-6
Index]