Learn R Programming

processmapR (version 0.2.0)

dotted_chart: Dotted chart

Description

Create a dotted chart to view all events in a glance

Usage

dotted_chart(eventlog, x = c("absolute", "relative"), y = c("start", "end",
  "duration"), color = NULL, units = c("weeks", "days", "hours", "mins"))

idotted_chart(eventlog)

Arguments

eventlog

Eventlog object

x

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

y

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.