On this page
Rows Extract rows from a list
Description
Convenience function to extract subset of a list. Usually used in creating keys.
Usage
Rows(x, which)
Arguments
x |
list with each member a vector of the same length |
which |
index for members of |
Value
A list similar to x, with each x[[i]] replaced by x[[i]][which]
Author(s)
Deepayan Sarkar Deepayan.Sarkar@R-project.org
See Also
Copyright (©) 1999–2012 R Foundation for Statistical Computing.
Licensed under the GNU General Public License.