plot.sums_gantt {qdap}R Documentation

Plots a sums_gantt object

Description

Plots a sums_gantt object.

Usage

## S3 method for class 'sums_gantt'
plot(x, base = TRUE, title = NULL, ...)

Arguments

x

The sums_gantt object

base

logical. If TRUE prints in base graphics system. If FALSE prints in ggplot graphics system.

title

An optional title.

...

Other arguments passed to gantt_wrap or plot_gantt_base


[Package qdap version 2.4.6 Index]