removeDiagonal {jewel}R Documentation

Removing diagonal from a matrix

Description

Function removes a diagonal from a square p by p matrix and returns (p-1) by p matrix

Usage

removeDiagonal(M)

Arguments

M

a matrix in which you need to remove a diagonal


[Package jewel version 2.0.2 Index]