Description Usage Arguments Value Author(s) Examples
A function to generate gray code used for matrix row and column names
1 | graycode3(m)
|
m |
an integer to specify the number of bits |
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 |
Liye He liye.he@helsinki.fi
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.