Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Number of decimals in process_map() #19

Closed
bjornafugglas opened this issue Jul 2, 2020 · 1 comment
Closed

Number of decimals in process_map() #19

bjornafugglas opened this issue Jul 2, 2020 · 1 comment

Comments

@bjornafugglas
Copy link

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")
)

image

/Björn

@bjornafugglas
Copy link
Author

Added reproducable example and moved issues to bupaverse/processmapR#28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant