print.foldert {dad} | R Documentation |
Printing an object of class foldert
Description
print
function, applied to an object of class "foldert"
, prints a foldert, as returned by foldert
or as.foldert
function.
Usage
## S3 method for class 'foldert'
print(x, ...)
Arguments
x |
an object of class |
... |
optional arguments to |
Details
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.
Author(s)
Rachid Boumaza, Pierre Santagostini, Smail Yousfi, Gilles Hunault, Sabine Demotes-Mainard
See Also
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.
Examples
data(floribundity)
ft <- foldert(floribundity, cols.select = "union", rows.select = "union")
print(ft)
[Package dad version 4.1.2 Index]