Description Usage Arguments Value Examples
View source: R/PolyHaplotyper.R
pad an integer (prefix with zeroes to a fixed length)
1 | padded(x, maxx=0)
|
x |
vector of non-negative integers |
maxx |
a single integer to whose nchar all x elements will be padded; if 0 (default) the largest value in x will be used |
a character vector representing the values of x left-padded with 0's to the length of integer maxx or of max(x)
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.