VectorizeBase {ScreenClean} | R Documentation |
expresses the number i on the base as a vector, an inner function.
VectorizeBase(i, base, length)
i |
the non-negative number to be converted |
base |
the base to be converted on |
length |
the length of the converted vector |
vector |
A vector with the given length, whose elements can be read as the number i with the given base. |