readintegerSel {windfarmGA} | R Documentation |
Check Input Selection Method
Description
Checks whether the input for selection
is given
correctly. If not, a message is prompted which asks to input one of the 2
available selection methods. The available inputs are "F" and "V". "F"
refers to a fixed percentage of 50% and "V" refers to a variable
percentage, based on the development of the population fitness values.
Usage
readintegerSel()
Value
Returns the selected selection method (character)
See Also
Other Helper Functions:
get_grids()
,
grid_area()
,
hexa_area()
,
isSpatial()
,
permutations()
,
readinteger()
,
splitAt()
,
windata_format()
[Package windfarmGA version 4.0.0 Index]