Questions tagged [processmapr]

4 questions
0
votes
0 answers

Configure layout parameters for process map

I'm using processmapR to plot my log (purchases) as a process map with custom positions for nodes. here is my code: positions <- data.frame(act = c("node1","node2","node 3","node 4","node 5","node 6", "node 7","node…
ehsun
  • 137
  • 9
0
votes
1 answer

Hide and display multiple edges from process_map() using selectInput()

I have the shiny app below in which I create a process map. What I want to do is subset this process map based on the transitions selectInput(). All the transitions can be seen from the obect edges which I extract from the process_map() object at…
firmo23
  • 7,490
  • 2
  • 38
  • 114
0
votes
1 answer

Use the edges dataframe which is included inside a process_map() object to subset it in a shiny app

I have the shiny app below in which I create a process map. What I want to do is subset this process map based on the transitions selectInput(). All the transitions can be seen from the obect edges which I extract from the process_map() object at…
firmo23
  • 7,490
  • 2
  • 38
  • 114
0
votes
1 answer

Create a scale _fill_manual() with as many colors as needed to create a dotted chart

I have the datset below. I provide only 50 rows even though the issue begins from 1000 rows and later but then the dataset is too big to display it here. pr59<- structure(list(case_id = c("WC4120721", "WC4120667", "WC4120689", "WC4121068",…
firmo23
  • 7,490
  • 2
  • 38
  • 114