plotOrders {RegEnrich} | R Documentation |
compare the orders of two vectors
plotOrders(name1, name2)
name1 |
a vector with first order. |
name2 |
a vector with anothoer second order. |
A plot of comparing two orders of vectors.
a = c('a1', 'a2', 'a5', 'a4') b = c( 'a2', 'a5', 'a7', 'a4', 'a6') plotOrders(a, b)