Description Usage Arguments Value Examples
compare the orders of two vectors
1 | plotOrders(name1, name2)
|
name1 |
a vector with first order. |
name2 |
a vector with anothoer second order. |
A plot of comparing two orders of vectors.
1 2 3 | a = c('a1', 'a2', 'a5', 'a4')
b = c( 'a2', 'a5', 'a7', 'a4', 'a6')
plotOrders(a, b)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.