powered by
Select rows in all data frames of a foldert.
getrow.foldert(object, name)
A foldert with the same number of elements as object. Its \(k^{th}\) element is a data frame, and its rows are the rows of object[[k]] given by name.
object
object[[k]]
name
object of class foldert that is a list of data frames with the same column names, each of them corresponding to a time of observation.
foldert
character vector. The names of the rows to be selected in each data frame of the foldert.
Rachid Boumaza, Pierre Santagostini, Smail Yousfi, Gilles Hunault, Sabine Demotes-Mainard
foldert: object of class foldert.
rmrow.foldert: remove rows in all elements of a foldert.
rmrow.foldert
getcol.foldert: select columns in all elements of a foldert.
getcol.foldert
rmcol.foldert: remove columns in all elements of a foldert.
rmcol.foldert
data(floribundity) ft0 <- foldert(floribundity, cols.select = "union", rows.select = "union") getrow.foldert(ft0, c("16", "51"))
Run the code above in your browser using DataLab