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.
# S4 method for ANY
write.summary(object, ...)
an object for which saving summary information externally is desired
additional arguments affecting the summary information produced
P. Roebuck paul_roebuck@comcast.net, James M. Melott jmmelott@mdanderson.org