printRows: Matrix rows print

Description Usage Arguments Value Examples

View source: R/printRows.R

Description

Chains the rows of a matrix into a single string in the format "V1 = {...}, V2 = {...}, ...".

Usage

1

Arguments

M

A matrix

Value

A string containing the rows of M.

Examples

1
printRows(round(mat_gen(3,0.2),3))

unimi-dse/5547f4ce documentation built on Feb. 17, 2020, 4:03 a.m.