Learn R Programming

processmapR (version 0.5.6)

deprecated: Deprecated Functions

Description

[Deprecated]

plotly_dotted_chart() has been deprecated in favour of plotly_dotted_chart(..., plotly = TRUE).

plotly_lined_chart() has been deprecated in favour of plotly_lined_chart(..., plotly = TRUE).

plotly_trace_explorer() has been deprecated in favour of plotly_trace_explorer(..., plotly = TRUE).

Usage

idotted_chart(eventlog, plotly = FALSE)

iplotly_dotted_chart(eventlog)

plotly_dotted_chart( log, x = c("absolute", "relative", "relative_week", "relative_day"), sort = c("auto", "start", "end", "duration", "start_week", "start_day"), color = NULL, units = c("auto", "secs", "mins", "hours", "days", "weeks"), add_end_events = FALSE, scale_color = bupaR::scale_color_discrete_bupaR, eventlog = deprecated() )

ilined_chart(eventlog, plotly = FALSE)

iplotly_lined_chart(eventlog)

plotly_lined_chart( log, x = c("absolute", "relative"), sort = c("auto", "start", "end", "duration"), color = NULL, units = c("auto", "secs", "mins", "hours", "days", "weeks"), line_width = 2, plotly = TRUE, scale_color = bupaR::scale_color_discrete_bupaR, eventlog = deprecated() )

plotly_trace_explorer( log, coverage = NULL, n_traces = NULL, type = c("frequent", "infrequent"), coverage_labels = c("relative", "absolute", "cumulative"), abbreviate = TRUE, show_labels = TRUE, label_size = 3, scale_fill = bupaR::scale_fill_discrete_bupaR, raw_data = FALSE, plotly = TRUE, eventlog = deprecated(), .abbreviate = deprecated() )

Arguments