Learn R Programming

simecol (version 0.8-14)

print-methods: Methods for Function `print' in Package `simecol'

Description

Methods for function print in Package simecol.

Usage

# S4 method for 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.