progressionChain | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.