bin2dec | R Documentation |
This function convertes a binary vector into its decimal value.
bin2dec(X)
X |
is a binary vector where |
This function returns a decimal value of X
.
bin2dec(X=c(1,1,1,0))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.