reshapeR: Return a matrix reshaped according to dimension n and m

View source: R/aux_functions.R

reshapeRR Documentation

Return a matrix reshaped according to dimension n and m

Description

Return a matrix reshaped according to dimension n and m

Usage

reshapeR(A, n, m)

Arguments

A

input matrix

n

desired width

m

desired height

Value

Input matrix A with shape n x m


manlius/muxViz documentation built on March 1, 2023, 10:28 a.m.