| grouped | R Documentation |
S3 methods for objects of class 'grouped' returned by the 'meaning()' function.
'print.grouped' provides a concise summary view of the results.
'plot.grouped' creates a faceted bar chart to visualize the composition of each subgroup.
## S3 method for class 'grouped'
print(x, ...)
## S3 method for class 'grouped'
plot(x, ...)
x |
An object of class 'grouped'. |
... |
Additional arguments (currently unused). |
The 'print' method is called for its side-effect of printing a summary table to the console.
The 'plot' method is called for its side-effect of generating a faceted bar chart in the current graphics device.
Both methods invisibly return the original object 'x'.
Ahmed Abdelmageed ahmedelsaeedmassad@gmail.com
meaning
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.