summary-longCat-method: Summary Method for longCat Objects

summary,longCat-methodR Documentation

Summary Method for longCat Objects

Description

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.

Usage

## S4 method for signature 'longCat'
summary(object, ...)

Arguments

object

An object of class longCat to summarize.

...

Additional arguments affecting the summary produced.

Value

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.


stueller/longCatEDA documentation built on March 9, 2024, 4:08 a.m.