Learn R Programming

PERMANOVA (version 0.2.0)

Zeros: Matrix of zeros

Description

Matrix of zeros as in Matlab.

Usage

Zeros(n)

Arguments

n

Dimension of the matrix.

Value

A matrix of zeros.

Examples

Run this code
# NOT RUN {
Zeros(6)
# }

Run the code above in your browser using DataLab