Jc {evola} | R Documentation |
Makes a matrix of ones with a single row and nc columns.
Jc(nc)
nc |
Number of columns to create. |
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
Jc(5)