matrixToList: Helper function that converts a matrix to a list, s.t. each...

Description Usage Arguments Value

View source: R/utilities-input-validation.R

Description

Helper function that converts a matrix to a list, s.t. each element of the list is a row of the matrix.

Usage

1

Arguments

m

An arbitrary matrix

Value

List form of m, where ith element of list is the ith row of the matrix m.


IQSS/PSI-Library documentation built on Feb. 15, 2020, 9:03 p.m.