Description Usage Arguments Examples
A function for creating a resource map of an event log based on handover of work.
| 1 | resource_map(eventlog, type = frequency("absolute"), render = T, ...)
 | 
| eventlog | The event log object for which to create a resource map | 
| type | A process map type, which can be created with the functions frequency and performance. The first type focusses on the frequency aspect of a process, while the second one focussed on processing time. | 
| render | Whether the map should be rendered immediately (default), or rather an object of type dgr_graph should be returned. | 
| ... | Deprecated arguments | 
| 1 2 3 4 5 6 | ## Not run: 
library(eventdataR)
data(patients)
resource_map(patients)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.