dotted_chart: Dotted chart

Description Usage Arguments Methods (by class)

View source: R/dotted_chart.R

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
dotted_chart(eventlog, x, sort, color, units, ...)

## 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"), ...)

## 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"), ...)

idotted_chart(eventlog, plotly = FALSE)

iplotly_dotted_chart(eventlog)

plotly_dotted_chart(eventlog)

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.

...

Deprecated arguments

plotly

Return plotly object

Methods (by class)


wfeijen/Uitbreiden_ProcessMap documentation built on May 28, 2019, 1:23 p.m.