Description Usage Arguments Value Examples
View source: R/binary_chromosome.R
Convert binary chromosome to numeric value.
1 | binary_chromosome_to_numeric(chromosome, min = 0, max = 1)
|
chromosome |
Binary chromosome |
min |
Minimal value which chromosome can represent |
max |
Maximal value which chromosome can represent |
Numeric value within the range specified by min
, max
1 2 3 4 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.