autoplot.scc_chart: Plot a SCC chart with 'ggplot2'.

Description Usage Arguments Value

Description

Takes a scc_chart object and generates a graphical representation of the chart in form of a ggplot object.

Usage

1
2
autoplot.scc_chart(object, xlab = "block", ylab = object$y_value_name,
  title = object$description, append.hist = FALSE, ...)

Arguments

object

[scc_chart]
Chart for plotitng.

xlab

[character(1)]
A title for the x axis.

ylab

[character(1)]
A title for the y axis.

title

[character(1)]
A title for the plot. See main parameter in plot function.

append.hist

[logical(1)]
Should a histogram of the y-value be depicted beside the chart? Default ist FALSE.

...

[any]
Not used.

Value

A ggplot2 object.


jakobbossek/scc documentation built on May 18, 2019, 10:11 a.m.