subsetMatrix: To subset a matrix while keeping the dimension

View source: R/plug-in.function.R

subsetMatrixR Documentation

To subset a matrix while keeping the dimension

Description

To subset a matrix while keeping the dimension

Usage

subsetMatrix(mat, row.select = NULL, col.select = NULL)

Arguments

mat

matrix

row.select

rows slected

col.select

columns selected

Value

subset of the matrix


yingyonghui/CommPath documentation built on June 15, 2025, 6:29 a.m.