readinteger: Check Input Crossover Method

Description Usage Value See Also Examples

View source: R/readInteger.R

Description

Checks whether the input for crossover is given correctly. If not, a message is prompted which asks to input one of the 2 available crossover methods. The available inputs are "E" and "R". "E" refers to partitioning at equal intervals and "R" refers to random partitioning.

Usage

1

Value

Returns the selected crossover method (character)

See Also

Other Helper Functions: dup_coords(), getDEM(), getISO3(), get_grids(), grid_area(), hexa_area(), isSpatial(), permutations(), readintegerSel(), splitAt(), windata_format()

Examples

1
2
3
4
## Not run: 
  readinteger()

## End(Not run)

windfarmGA documentation built on May 5, 2021, 5:08 p.m.