powered by
A helper function for simulateTumor() which returns to the user the edge list for a linear chain.
simulateTumor()
progressionChain(n)
Number of vertices in the chain
A matrix with 4 columns and n-1 rows which will be accepted as input to simulateTumor().
# NOT RUN { G <- progressionChain(3) # }
Run the code above in your browser using DataLab