Learn R Programming

RPPASPACE (version 1.0.10)

paramString-method: Method “paramString”

Description

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.

Usage

# S4 method for ANY
paramString(object, ...)

Value

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.

Arguments

object

an object for which a string representation is desired

...

additional arguments affecting the string representation produced

Warning

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.

Author

P. Roebuck paul_roebuck@comcast.net, James M. Melott jmmelott@mdanderson.org