Comece agoraComece grátis

Create process maps

Another way to visualize processes is by constructing a process map.

A process map is a directed graph that shows the activities of the process and the flows between them. The colors of the nodes and the thickness of the arrows indicate the most frequent activities and process flows.

Este exercicio faz parte do curso

Business Process Analytics in R

Ver curso

Instruções do exercicio

  • Load the processmapR package using library().
  • Visualize the patients data using process_map().
  • Follow the thick arrows on the process map to trace the two happy paths.

exercicio interativo prático

Tente este exercicio completando este código de exemplo.

# Load processmapR


# Draw process map
Editar e Executar Código