write.summary-method {RPPASPACE} | R Documentation |
Method “write.summary”
Description
write.summary
is a generic function used like a summary
method
that writes to disk, saving summary information from the object in an
external format. The method invokes particular methods
which
depend on the class
of the first argument.
Usage
## S4 method for signature 'ANY'
write.summary(object, ...)
Arguments
object |
an object for which saving summary information externally is desired |
... |
additional arguments affecting the summary information produced |
Note
Exactly what is written to disk by write.summary
depends on the
class of its argument. See the documentation of the particular methods
for details of what is written by that method.
Author(s)
P. Roebuck paul_roebuck@comcast.net, James M. Melott jmmelott@mdanderson.org
[Package RPPASPACE version 1.0.10 Index]