| summary,longCat-method | R Documentation |
Provides a summary of an longCat object, including information about its dimensions,
factor details, sorting status, and group composition. If the object is sorted, additional
information relevant to sorting is also displayed.
## S4 method for signature 'longCat'
summary(object, ...)
object |
An object of class |
... |
Additional arguments affecting the summary produced. |
Prints a summary of the longCat object, including dimensions, the number of unique factors,
whether the data is sorted, group information, and possibly sorted group information. The function
itself invisibly returns NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.