Learn R Programming

evola (version 1.0.7)

Jr: Matrix of ones

Description

Makes a matrix of ones with a single column and nr rows.

Usage

Jr(nr)

Value

$res

a matrix

Arguments

nr

Number of rows to create.

Details

A simple apply function to make a matrix of one column and nr rows.

References

Giovanny Covarrubias-Pazaran (2024). evola: a simple evolutionary algorithm for complex problems. To be submitted to Bioinformatics.

See Also

evolafit -- the core function of the package

Examples

Run this code

Jr(5)

Run the code above in your browser using DataLab