addZeros | R Documentation |
Function to add zeros before and after a numeric vector to have the same number of characters.
addZeros(x, nr=2)
x |
Numeric vector. |
nr |
number of digits to keep to the right. |
A simple apply function to make a matrix of one row and nc columns.
a matrix
Giovanny Covarrubias-Pazaran (2024). evola: a simple evolutionary algorithm for complex problems. To be submitted to Bioinformatics.
evolafit
– the core function of the package
addZeros(5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.