Learn R Programming

correlation (version 0.8.0)

isSquare: Check if Square Matrix

Description

Check if Square Matrix

Usage

isSquare(m)

Arguments

m

A matrix.

Value

TRUE of the matrix is square or FALSE otherwise.