paramString
is a generic function used to produce a string
representation of an object's slots. The method invokes particular
methods
which depend on the class
of the
first argument.
# S4 method for ANY
paramString(object, ...)
The form of the value returned by paramString
depends on the
class of its argument. See the documentation of the particular methods
for details of what is produced by that method.
The paramString
method returns a character vector, possibly
empty but never NULL
.
an object for which a string representation is desired
additional arguments affecting the string representation produced
The paramString
method should not be called by user except for
informational purposes. The content and format of the returned string
may vary between different versions of this package.
P. Roebuck paul_roebuck@comcast.net, James M. Melott jmmelott@mdanderson.org