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 |
all |
specifies whether all slots are printed. Default is that
only not-empty slots are printed and the contents of |
... |
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.8-14 Index]