sep.factor.row: A function to seperate a matrix, by row, into submatrices.

View source: R/sepfactorrow.R

sep.factor.rowR Documentation

A function to seperate a matrix, by row, into submatrices.

Description

separate matrix by rows into submatrices

Usage

sep.factor.row (x,factor)

Arguments

x

a matrix.

factor

a factor of the same length as the number of row in the matrix.

Value

list of submatrices


subniche documentation built on July 15, 2022, 5:05 p.m.