plotOrders: Compare the orders of two vectors

Description Usage Arguments Value Examples

View source: R/plots.R

Description

compare the orders of two vectors

Usage

1
plotOrders(name1, name2)

Arguments

name1

a vector with first order.

name2

a vector with anothoer second order.

Value

A plot of comparing two orders of vectors.

Examples

1
2
3
a = c('a1', 'a2', 'a5', 'a4')
b = c( 'a2', 'a5', 'a7', 'a4', 'a6')
plotOrders(a, b)

RegEnrich documentation built on March 7, 2021, 2 a.m.