Skip to contents

Jitter plot of CC

Usage

plotJitter(list.of.cc = NULL)

Arguments

list.of.cc

List of cc such as returned by the function get.pep.prot.cc

Value

A plot

Author

Thomas Burger

Examples

data(subR25pept)
X <- BuildAdjacencyMatrix(subR25pept[[1]])
ll <- get.pep.prot.cc(X)
plotJitter(ll)