plot_transition_time_histogram.RdShows the distribution of transition times (durations) in a histogram plot.
object of class TransitionSystem: The Transition System object from which transition durations are extracted
character: Transition source status. Must be within the source statuses of the transition system.
character: Transition destination status. Must be within the target statuses of the transition system.
If you do not specify any of the two arguments source or target,
a drop-down menu will apear where you can select your desired transition.
This feature is using package crosstalk and currently,
only works when plotter is plotly.
logical: Should outliers be removed?
If set to TRUE,
outliers beyond four standard deviations from the mean, will be removed recursively.
character: time unit to be used in the output visualization.
Can be one of these options: 'second', 'minute', 'hour', 'day', 'week', 'year'.
character: Which plotter package do you want to generate the visualization?
Currently, only these options are supported:
'plotly', 'ggplot2'