dotted_chart: Dotted chart

Description Usage Arguments Methods (by class)

Description

Create a dotted chart to view all events in a glance

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
dotted_chart(eventlog, x, sort, color, units, add_end_events = F, ...)

## S3 method for class 'eventlog'
dotted_chart(eventlog, x = c("absolute", "relative",
  "relative_week", "relative_day"), sort = c("start", "end", "duration",
  "start_week", "start_day"), color = NULL, units = c("weeks", "days",
  "hours", "mins", "secs"), add_end_events = F, ...)

## S3 method for class 'grouped_eventlog'
dotted_chart(eventlog, x = c("absolute",
  "relative", "relative_week", "relative_day"), sort = c("start", "end",
  "duration", "start_week", "start_day"), color = NULL,
  units = c("weeks", "days", "hours", "mins", "secs"),
  add_end_events = F, ...)

idotted_chart(eventlog, plotly = FALSE)

iplotly_dotted_chart(eventlog)

plotly_dotted_chart(eventlog, x = c("absolute", "relative",
  "relative_week", "relative_day"), sort = c("start", "end", "duration",
  "start_week", "start_day"), color = NULL, units = c("weeks", "days",
  "hours", "mins", "secs"), ...)

Arguments

eventlog

Eventlog object

x

Value for plot on x-axis: absolute time or relative time (since start, since start of week, since start of day)

sort

Ordering of the cases on y-axis: start, end or duration

color

Optional, variable to use for coloring dots. Default is the activity identifier. Use NA for no colors.

units

Time units to use on x-axis in case of relative time.

add_end_events

Whether to add dots for the complete lifecycle event with a different shape.

...

Deprecated arguments

plotly

Return plotly object

Methods (by class)


gertjanssenswillen/processmapR documentation built on June 15, 2019, 2:46 p.m.