sc99-paramString-method: Method "paramString"

Description Usage Arguments Value Warning Author(s)

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

1
2
## S4 method for signature 'ANY'
paramString(object, ...)

Arguments

object

an object for which a string representation is desired

...

additional arguments affecting the string representation produced

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.

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(s)

P. Roebuck proebuck@mdanderson.org


SuperCurve documentation built on May 2, 2019, 6:14 p.m.