# Data extracted from ChronoModel software
data(Phases)
# List of the name of the phases
names(Phases)
# Stipulating position_end
MultiSuccessionPlot(Phases, c(4,2), c(5,3), title = "Succession of phase 1 and phase 2")
# In this case, equivalent to
MultiSuccessionPlot(Phases, c(4,2), title = "Succession of phase 1 and phase 2")
Run the code above in your browser using DataLab