Learn R Programming

correlation (version 0.8.6)

isSquare: Check if Square Matrix

Description

Check if Square Matrix

Usage

isSquare(m)

Value

TRUE of the matrix is square or FALSE otherwise.

Arguments

m

A matrix.