View source: R/setVecRightOrder.R
setVecRightOrder | R Documentation |
Sorting vector with respect to names of an input (case insensitive)
setVecRightOrder(vec, orderedNames)
vec |
A vector with values to sort by letting names(vec) have same order as orderedNames |
orderedNames |
A vector with names to sort vec vector with |
Helpfunction to set vector to same locus order as output from prepareC (order based on evidence profiles) Used in functions contLikMLE, contLikINT, calcRMPfst
Vector with same order as specified in orderedNames
Oyvind Bleka
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.