Learn R Programming

processmapR

processmapR is a R package for creating process maps. Part of the bupaR eco-system for business process analysis.

Installation

You can install processmapR from CRAN with:

install.packages("processmapR")

Development Version

You can install the development version of processmapR from GitHub with:

# install.packages("devtools")
devtools::install_github("bupaverse/processmapR")

Example

The bupaR Documentation website contains more details on creating process maps using processmapR.

library(processmapR)
#> 
#> Attaching package: 'processmapR'
#> The following object is masked from 'package:stats':
#> 
#>     frequency
library(bupaR)
#> 
#> Attaching package: 'bupaR'
#> The following object is masked from 'package:stats':
#> 
#>     filter
#> The following object is masked from 'package:utils':
#> 
#>     timestamp

# Process map
patients %>%
  process_map()
# Dotted chart
patients %>%
  dotted_chart(x = "absolute", sort = "start")

Copy Link

Version

Install

install.packages('processmapR')

Monthly Downloads

437

Version

0.5.8

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Beno<c3><ae>t Depaire

Last Published

March 20th, 2026

Functions in processmapR (0.5.8)

plot.process_matrix

Process Matrix Plot
precedence_matrix_absolute

Precedence Matrix
processMapOutput

Widget output function for use in Shiny
process_map

Process Map
resource_map

Resource Map
precedence_matrix

Precendence Matrix
process_matrix

Create process matrix
trace_explorer

Trace Explorer
resource_matrix

Resource Matrix
get_activities

Get data values for activities and flows from process map
layout_pm

Configure layout parameters for process map
export_map

Export process map to pdf, png, ps or svg.
frequency

Frequency map profile
custom

Custom map profile
deprecated

Deprecated Functions
render_map

Render process map
dotted_chart

Dotted Chart
export_graph

Export a graph to various image formats
renderProcessMap

Widget render function for use in Shiny
performance

Performance map profile
lined_chart

Lined Chart
processmapR

processmapR - Process Maps in R
reexports

Objects exported from other packages