frame.stein: Construct a Frame via Steiner Method

Description Usage Arguments Examples

View source: R/frm_fns.R

Description

Builds a Frame by embedding the rows of the given hadamard matrix into the adjacency matrix of the given BIBD(V,K,1).

Usage

1
frame.stein(bibd, had)

Arguments

bibd

The adjacency matrix for a (V,K,1) bibd where the columns represent the vectors and the rows represent the blocks.

had

A hadamard matrix (square matrix with every entry equal to 1 modulus) where the number of rows and columns are equal to the BIBD value value for K - the number of blocks that contain a given vector.

Examples

1
frame.stein(bibd,had)

HarmonicAnova21/FRame.BuildR documentation built on March 23, 2020, 5:17 a.m.