View source: R/print.foldert.R
| print.foldert | R Documentation |
foldert
print function, applied to an object of class "foldert", prints a foldert, as returned by foldert or as.foldert function.
## S3 method for class 'foldert'
print(x, ...)
x |
an object of class |
... |
optional arguments to |
The foldert is printed. In any data frame x[[t]] of this foldert, if a row is entirely NA (which means that the corresponding individual was not observed at time t), this row are not printed.
Rachid Boumaza, Pierre Santagostini, Smail Yousfi, Gilles Hunault, Sabine Demotes-Mainard
foldert: object of class foldert.
as.foldert.data.frame: build an object of class foldert from a data frame.
as.foldert.array: build an object of class foldert from a 3d-array.
data(floribundity)
ft <- foldert(floribundity, cols.select = "union", rows.select = "union")
print(ft)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.