From 6426de8d13fcc536673e06fc8c801be78b1e3ecc Mon Sep 17 00:00:00 2001
From: Felix Mannhardt The colors can be modified through the The colors can be modified through the Site built with pkgdown 2.0.5. Site built with pkgdown 2.0.6. Then, the application can be, for example, launched by calling: Flexible token replay animation for process maps created through the processmapR package from the bupaR suite, which uses DiagrammeR and viz.js library to render process maps using GraphViz. As alternative renderer Leaflet with fixed coordinates for activities is also supported. Flexible token replay animation for process maps created through the processmapR package from the bupaR suite, which uses DiagrammeR and viz.js library to render process maps using GraphViz. As alternative renderer Leaflet with fixed coordinates for activities is also supported. ProcessanimateR provides a htmlwidget using SVG animations (SMIL) to create the animation. Sizes, colors, and many more aspects of the token shapes are customizable based on trace, event attributes, or a secondary data frame if an attribute does not change according to the original event log.Page not found (404)
diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html
index c670f49..c5f84ae 100644
--- a/docs/LICENSE-text.html
+++ b/docs/LICENSE-text.html
@@ -87,7 +87,7 @@ License
diff --git a/docs/LICENSE.html b/docs/LICENSE.html
index 83cdf2e..dcf54bb 100644
--- a/docs/LICENSE.html
+++ b/docs/LICENSE.html
@@ -91,7 +91,7 @@ License
diff --git a/docs/articles/index.html b/docs/articles/index.html
index 56b2e6a..1110e88 100644
--- a/docs/articles/index.html
+++ b/docs/articles/index.html
@@ -92,7 +92,7 @@ All vignettes
diff --git a/docs/articles/use-external-data-to-change-tokens.html b/docs/articles/use-external-data-to-change-tokens.html
index ce7bb24..8bbc0fb 100644
--- a/docs/articles/use-external-data-to-change-tokens.html
+++ b/docs/articles/use-external-data-to-change-tokens.html
@@ -95,7 +95,7 @@ Use external data (process context) to change
Felix
Mannhardt
- 2022-07-14
+ 2022-07-20
Source: vignettes/use-external-data-to-change-tokens.Rmd
use-external-data-to-change-tokens.Rmd
2022-07-14
library(processanimateR)
library(dplyr)
-library(bupaR)
+library(bupaR)
# Extract only the lacticacid measurements
lactic <- sepsis %>%
mutate(lacticacid = as.numeric(lacticacid)) %>%
@@ -138,8 +138,8 @@
2022-07-14
mapping = token_aes(color = token_scale(lactic,
scale = "linear",
range = c("#fff5eb","#7f2704"))))range
argument.
+range
argument.
In this case the scale is reversed with rev()
to go from
blue to red. See RColorBrewer::brewer.pal.info
for all
options:2022-07-14
diff --git a/docs/articles/use-token_scales.html b/docs/articles/use-token_scales.html
index fb73818..ccf970a 100644
--- a/docs/articles/use-token_scales.html
+++ b/docs/articles/use-token_scales.html
@@ -94,7 +94,7 @@ Use token scales
Felix
Mannhardt
- 2022-07-14
+ 2022-07-20
Source: vignettes/use-token_scales.Rmd
use-token_scales.Rmd
ordinal scaleslibrary(processanimateR)
library(eventdataR)
library(RColorBrewer)
-#> Warning: package 'RColorBrewer' was built under R version 4.1.3
animate_process(patients,
legend = "color",
mapping = token_aes(color = token_scale("employee",
scale = "ordinal",
range = RColorBrewer::brewer.pal(8, "Paired"))))
-
-
+
+
linear scales
@@ -128,15 +127,15 @@
linear scales
library(processanimateR)
library(dplyr)
-library(bupaR)
+library(bupaR)
animate_process(sample_n(traffic_fines, 1000) %>% filter_trace_frequency(percentage = 0.95),
mode = "relative",
legend = "color",
mapping = token_aes(color = token_scale("amount",
scale = "linear",
range = c("yellow","red"))))
time scales
@@ -148,8 +147,8 @@
time scales= token_aes(color = token_scale("time",
scale = "time",
range = c("blue","red"))))
time scales
-
Use processanimateR in Shiny
Felix
Mannhardt
- 2022-07-14
+ 2022-07-20
Source: vignettes/use-with-shiny.Rmd
use-with-shiny.Rmd
2022-07-14
mainPanel(
width = 10,
- shinycssloaders::withSpinner(processanimaterOutput("process"))
+ shinycssloaders::withSpinner(processanimaterOutput("process"))
)
)
)
@@ -220,7 +220,7 @@ 2022-07-14
library(eventdataR)
-library(edeaR)
+library(edeaR)
library(dplyr)
ianimate_process(sepsis %>%
filter_trace_frequency(percentage = 0.2) %>%
@@ -246,7 +246,7 @@
2022-07-14
diff --git a/docs/authors.html b/docs/authors.html
index 29fbbe1..1538858 100644
--- a/docs/authors.html
+++ b/docs/authors.html
@@ -110,7 +110,7 @@ Citation
Getting Started
@@ -251,7 +251,7 @@
Developers
diff --git a/docs/news/index.html b/docs/news/index.html
index 8c85c1f..c9c3014 100644
--- a/docs/news/index.html
+++ b/docs/news/index.html
@@ -69,6 +69,10 @@ Changelog
Source: NEWS.md
processanimateR 1.0.42021-10-11
processan
Examples
diff --git a/docs/reference/animate_process.html b/docs/reference/animate_process.html
index 34db246..519e459 100644
--- a/docs/reference/animate_process.html
+++ b/docs/reference/animate_process.html
@@ -227,12 +227,12 @@ Examples
# Animate the process with default options (absolute time and 60s duration)
animate_process(example_log)
-
-# \donttest{
+
+# \donttest{
# Animate the process with default options (relative time, with jitter, infinite repeat)
animate_process(example_log, mode = "relative", jitter = 10, repeat_count = Inf)
-
-# }
+
+# }
@@ -248,7 +248,7 @@ Examples
diff --git a/docs/reference/attribution_osm.html b/docs/reference/attribution_osm.html
index 874824b..2598ee7 100644
--- a/docs/reference/attribution_osm.html
+++ b/docs/reference/attribution_osm.html
@@ -103,7 +103,7 @@ Examples
diff --git a/docs/reference/example_log.html b/docs/reference/example_log.html
index 6ea82c2..b7da2a4 100644
--- a/docs/reference/example_log.html
+++ b/docs/reference/example_log.html
@@ -95,7 +95,7 @@ Format
diff --git a/docs/reference/icon_circle.html b/docs/reference/icon_circle.html
index d6f6dc1..b2cefac 100644
--- a/docs/reference/icon_circle.html
+++ b/docs/reference/icon_circle.html
@@ -103,7 +103,7 @@ Examples
diff --git a/docs/reference/icon_marker.html b/docs/reference/icon_marker.html
index e74515a..646728f 100644
--- a/docs/reference/icon_marker.html
+++ b/docs/reference/icon_marker.html
@@ -103,7 +103,7 @@ Examples
diff --git a/docs/reference/index.html b/docs/reference/index.html
index 22ad797..0b8428b 100644
--- a/docs/reference/index.html
+++ b/docs/reference/index.html
@@ -73,21 +73,13 @@ All functions
Create a process animation output element
Decoration callback for activity selection
Animate cases on a process map
Renders process animation output
Decoration callback for activity selection
icon_marker()
Standard map marker
Create a process animation output element
renderer_leaflet()
Render as graph on a geographical map
Renders process animation output