You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am just getting started with bupaR so still have a lot to learn, but I can't find if it possible to change the number of decimals in the numbers showing in the process map created by process_map()? Or at least set number of decimals equal for the entire process map.
Difficult to recreate the event log data but here is the code I wrote:
Hi!
Thank you for a fantastic package!
I am just getting started with bupaR so still have a lot to learn, but I can't find if it possible to change the number of decimals in the numbers showing in the process map created by process_map()? Or at least set number of decimals equal for the entire process map.
Difficult to recreate the event log data but here is the code I wrote:
event_log_r %>%
filter_trace_frequency(percentage = 0.87) %>%
process_map(
type_nodes = frequency("absolute_case"),
sec_nodes = frequency("relative_case"),
type_edges = frequency("relative_case"),
sec_edges = performance(median, "mins")
)
/Björn
The text was updated successfully, but these errors were encountered: