plotOrders {RegEnrich}R Documentation

Compare the orders of two vectors

Description

compare the orders of two vectors

Usage

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

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

[Package RegEnrich version 1.2.0 Index]