Learn R Programming

windfarmGA (version 3.0.0)

readintegerSel: 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 percentage, based on the development of the population fitness values.

Usage

readintegerSel()

Arguments

Value

Returns the selected selection method (character)

See Also

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

Examples

Run this code
# NOT RUN {
  readintegerSel()
# }

Run the code above in your browser using DataLab