# NOT RUN {
# Data extracted from ChronoModel software
data(Phases)
# List of the name of the groups
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",
colors = c(3, 4))
# }
Run the code above in your browser using DataLab