powered by
Get the number or character string specifying the model
getModelNr(model, type = "numeric")
Either number or character string specifying the model.
Number or character string specifying the model
Eiher "numeric" or "character". If numeric the number of the model will be returned. Otherwise the character string description of the model.
"numeric"
"character"
Crossover:::getModelNr("Self-adjacency model")==Crossover:::getModelNr(2) "Self-adjacency model"==Crossover:::getModelNr(2, type="character") Crossover:::getModelNr("Self-adjacency model")==2
Run the code above in your browser using DataLab