hadamard {survey}R Documentation

Hadamard matrices

Description

Returns a Hadamard matrix of dimension larger than the argument.

Usage

hadamard(n)

Arguments

n lower bound for size

Value

A Hadamard matrix

See Also

brrweights

Examples

image(hadamard(30))

[Package Contents]