progressionChain {SITH} | R Documentation |
A helper function for simulateTumor()
which returns to the user
the edge list for a linear chain.
progressionChain(n)
n |
Number of vertices in the chain |
A matrix with 4 columns and n-1 rows which will be accepted as input to
simulateTumor()
.
Phillip B. Nicol <philnicol740@gmail.com>
G <- progressionChain(3)