calcM | R Documentation |
The function CalcM calculates the number of bits in the binary representation of the integer vector
calcM(ub, ...)
ub |
A vector containing upper bounds |
... |
Further arguments passed to or from other methods. |
This function uses the upper bounds of the integer vector to calculate the number of bits in the binary representation of an integer vector.
A vector of the numbers of bits for binary representation of an integer vector.
Zeynel Cebeci & Erkut Tekeli
encode4int
ub = c(10, 10, 10) calcM(ub)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.