graycode3: Gray code function for matrix indexes

Description Usage Arguments Value Author(s) Examples

Description

A function to generate gray code used for matrix row and column names

Usage

1

Arguments

m

an integer to specify the number of bits

Value

a list of the following components:

gc_row

binary gray code as row names of the predicted sensitivity matrix

gc_col

binary gray code as column names of the predicted sensitivity matrix

dec_row

decimal gray code as row names of the predicted sensitivity matrix

dec_col

decimal gray code as column names of the predicted sensitivity matrix

Author(s)

Liye He liye.he@helsinki.fi

Examples

1

timma documentation built on May 2, 2019, 1:10 p.m.