Skip to content

MattDeanMPhys/Cancer

Repository files navigation

Cancer

Stochastic Tunneling of Cancer Evolution

How to compile: 'g++ x.cpp -o yourname -std=c++11'

ggplot graphing parameters:

theme_bw()
theme(  panel.border = element_rect(colour = "black"), 
	panel.grid.major = element_blank(), 
	panel.grid.minor = element_blank(),
	axis.ticks.length = unit(-0.25, "cm")
	axis.ticks.margin = unit(-0.25, "cm")

)