plot_transition_time_histogram | R Documentation |
Shows the distribution of transition times (durations) in a histogram plot.
plot_transition_time_histogram(
obj,
source = NULL,
target = NULL,
remove_outliers = F,
time_unit = c("second", "minute", "hour", "day", "week", "year"),
plotter = c("plotly", "ggplot2"),
...
)
obj |
object of class |
source |
character: Transition source status. Must be within the source statuses of the transition system. |
target |
character: Transition destination status. Must be within the target statuses of the transition system.
If you do not specify any of the two arguments |
remove_outliers |
logical: Should outliers be removed?
If set to |
time_unit |
character: time unit to be used in the output visualization.
Can be one of these options: |
plotter |
character: Which plotter package do you want to generate the visualization?
Currently, only these options are supported:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.