summary,oce-method {oce} | R Documentation |
Provide a summary of some pertinent aspects of the object, including
important elements of its metadata
slot and data
slot,
and a listing of the contents of its processingLog
slot.
## S4 method for signature 'oce' summary(object, ...)
object |
The object to be summarized. |
... |
Extra arguments (ignored) |
The output is tailored to the object. This is not the way to learn
everything about the object; programmers, for example, will often
use str
to get more details of the object structure.