rmrowfoldert function

Remove rows in all elements of a foldert

Remove rows in all elements of a foldert

Remove some rows in all data frames of a foldert.

rmrow.foldert(object, name)

Arguments

  • object: 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.
  • name: character vector. The names of the rows to be removed in each data frame of the foldert.

Returns

A foldert with the same number of elements as object. Its kthk^{th} element is a data frame, and its rows are the rows of object[[k]], except those given by name.

Author(s)

Rachid Boumaza, Pierre Santagostini, Smail Yousfi, Gilles Hunault, Sabine Demotes-Mainard

See Also

foldert: object of class foldert.

getrow.foldert: select rows in all elements of a foldert.

getcol.foldert: select columns in all elements of a foldert.

rmcol.foldert: remove columns in all elements of a foldert.

Examples

data(floribundity) ft0 <- foldert(floribundity, cols.select = "union", rows.select = "union") ft0 rmrow.foldert(ft0, c("rose", c("16", "51")))
  • Maintainer: Pierre Santagostini
  • License: GPL (>= 2)
  • Last published: 2024-11-22