test.R

tsingle <- rtumourtree.single(4, 1, 1)
plot(mutate(tsingle,3))

tree <- rtumourtree.two(3, 3, 1, 1, 1, 1.2)
opar <- par(mfrow=c(2,1))
plot(tree)
plot(mutate(tree, 1))
par(opar)
mailund/tumour-coal documentation built on May 21, 2019, 11:11 a.m.