# Data extracted from ChronoModel software
data(Phases)
# List of the name of the phases
names(Phases)
# Stipulating position_maximum
MultiPhasesTransition(Phases, c(4,2), c(5,3))
# In this case, equivalent to
MultiPhasesTransition(Phases, c(4,2))
Run the code above in your browser using DataLab