Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Visualize event logs using directed graphs, i.e. process maps.

License

NotificationsYou must be signed in to change notification settings

bupaverse/processmapR

Repository files navigation

CRAN statusGitHub versionR-CMD-checkcodecovLifecycle: stable

processmapR is aR package forcreating process maps. Part of thebupaReco-system for business process analysis.

Installation

You can installprocessmapR fromCRANwith:

install.packages("processmapR")

Development Version

You can install the development version ofprocessmapR fromGitHub with:

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

Example

ThebupaR Documentation websitecontains more details on creating process maps usingprocessmapR.

library(processmapR)#>#> Attaching package: 'processmapR'#> The following object is masked from 'package:stats':#>#>     frequencylibrary(bupaR)#>#> Attaching package: 'bupaR'#> The following object is masked from 'package:stats':#>#>     filter#> The following object is masked from 'package:utils':#>#>     timestamp# Process mappatients %>%  process_map()

process map

process map
# Dotted chartpatients %>%  dotted_chart(x="absolute",sort="start")

About

Visualize event logs using directed graphs, i.e. process maps.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors7


[8]ページ先頭

©2009-2025 Movatter.jp