View source: R/summary.folder.R
summary.folder | R Documentation |
Summarize an object of class folder
.
## S3 method for class 'folder'
summary(object, ...)
object |
object of class |
... |
further arguments passed to or from other methods. |
A list, each element of it contains the summary of the corresponding element of object
.
This list has an attribute attr(, "same.rows")
.
Rachid Boumaza, Pierre Santagostini, Smail Yousfi, Gilles Hunault, Sabine Demotes-Mainard
folder
: object of class folder
.
as.folder.data.frame
: build an object of class folder
from a data frame.
data(iris)
iris.fold <- as.folder(iris, "Species")
summary(iris.fold)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.