powered by
Adapted from http://stackoverflow.com/questions/11883844/inserting-a-table-under-the-legend-in-a-ggplot2-histogram Uses gridExtra package
plot_with_margins_densities(QClone_Output)
Output from QuantumClone algorithm
# NOT RUN { require(ggplot2) require(gridExtra) message("Using preclustered data:") QC_out<-QuantumClone::QC_output plot_with_margins_densities(QC_out) # }
Run the code above in your browser using DataLab