Calculates different values of shattering coefficient, varying # of samples to study the # of samples needed to ensure learning and plot this values.
shattering_simulations(rpart.tree, n_experimentations=200000)rpart.tree. A Decision tree generated by rpart package.
int. The # of experimentations and samples to run.
No return value, the function plot shattering simulations.