select.row.list.mx: Select only the specified row from each matrix in a list, and...

View source: R/MatrixUtil.r

select.row.list.mxR Documentation

Select only the specified row from each matrix in a list, and return a list of row vectors.

Description

Select only the specified row from each matrix in a list, and return a list of row vectors.

Usage

select.row.list.mx(mxlist, rownum, na.rm = T)

Arguments

mxlist

list of matrices

rownum

row number to select

na.rm

if TRUE, then do not return any selected row that contains a NA

Value

a list of selected row vectors


kcha193/simarioV2 documentation built on March 4, 2023, 9:47 p.m.