plot-TaskSchedule-missing-method: Gantt chart of a schedule

Description Usage Arguments

Description

Gantt chart of a schedule

Usage

1
2
3
4
5
6
## S4 method for signature 'TaskSchedule,missing'
plot(x, blockHeight = 0.25,
  main = "schedule plot", xlab = "Time (seconds)",
  ylab = "Processor", evalColor = "gray", sendColor = "orchid",
  receiveColor = "slateblue", labelTransfer = TRUE, labelExpr = NULL,
  rectAes = list(density = NA, border = "black", lwd = 2), ...)

Arguments

x

TaskSchedule

blockHeight

height of rectangle, between 0 and 0.5

main

title

xlab

x axis label

ylab

y ayis label

evalColor

color for evaluation blocks

sendColor

color for send blocks

receiveColor

color for receive blocks

labelTransfer

add labels for transfer arrows

labelExpr

NULL to use default numbering labels, FALSE to suppress labels, or a character vector of custom labels.

rectAes

list of additional arguments for rect

...

additional arguments to plot


clarkfitzg/codedoctor documentation built on Nov. 18, 2020, 4:34 p.m.