is.sq.matrix: Check which matrices are square matrices (same number of...

View source: R/is.sq.matrix.R

is.sq.matrixR Documentation

Check which matrices are square matrices (same number of columns and rows)

Description

Check which matrices are square matrices (same number of columns and rows)

Usage

is.sq.matrix(list1)

Arguments

list1

List with the interaction matrices

Value

Information on whether each matrix is square (same number of columns and rows).

Examples

data(mg1)
is.sq.matrix(mg1)

FMestre1/fw_package documentation built on March 24, 2022, 1:27 a.m.