splitAt | R Documentation |
The function is used by the crossover method to
split a genetic code at certain intervals. See also crossover
.
splitAt(x, pos)
x |
A numeric variable that represents an individual's binary genetic code |
pos |
A numeric value that indicates where to split the genetic code |
Returns a list of the split genetic code.
Other Helper Functions:
get_grids()
,
grid_area()
,
hexa_area()
,
isSpatial()
,
permutations()
,
readinteger()
,
readintegerSel()
,
windata_format()
splitAt(1:100, 20)
splitAt(as.matrix(1:100), 20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.