Description Usage Arguments Details Value See Also Examples
Convert an array into a vector.
| 1 | tab2vec(tab)
 | 
| tab | an array of counts | 
This function converts an array (or a multi-way contingency table) into a vector, using a consistent ordering of the cells. The ordering of the cells is lexicographical and cannot be specified by the user.
a named integer vector. the names correspond to the cell indices in the table.
| 1 2 3 4 5 6 7 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.