rect2sqMatrix: Convert a rectangular matrix object to a square on by addign...

Description Usage Arguments Examples

View source: R/rect2sqMatrix.R

Description

Convert a rectangular matrix object to a square on by addign rows/columns

Usage

1
rect2sqMatrix(x, pad = NULL, trim = NULL, pad.values = NaN, ...)

Arguments

x

input matrix

pad.values

values to be applied to the new rows/columns. devault = NaN

Examples

1
2
x = matrix(0, 6, 3)
make.square(x)

shoebodh/radialpsd documentation built on May 29, 2019, 9:26 p.m.