| fromBase | R Documentation |
Converts base representation of a number into integer.
fromBase(x, base = 2L)
x |
vector of positive integer coefficients representing the number
in base that is |
base |
positive integer representing the base. |
The function returns a positive integer that is a
conversion from base under given coefficients x.
fromBase(c(1, 2, 0, 2, 3), 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.