powered by
MultiSuccessionPlot(file, position, level = 0.95, dec = '.', sep=',', comment.char='#', title = "Phases marginal posterior densities", GridLength = 1024)
data(Phases) write.csv(Phases, "data.csv") MultiSuccessionPlot("data.csv", c(4,2), 0.95) MultiSuccessionPlot("data.csv", c(4,2), 0.90, title = "Succession of phase 1 and phase 2")
Run the code above in your browser using DataLab