Rows: Extract rows from a list

Description Usage Arguments Value Author(s) See Also

View source: R/miscellaneous.R

Description

Convenience function to extract subset of a list. Usually used in creating keys.

Usage

1
Rows(x, which)

Arguments

x

list with each member a vector of the same length

which

index for members of x

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

xyplot, Lattice


lattice documentation built on May 2, 2019, 6:15 p.m.

Related to Rows in lattice...