Learn R Programming

rpact (version 3.1.1)

plot.SummaryFactory: Summary Factory Plotting

Description

Plots a summary factory.

Usage

# S3 method for SummaryFactory
plot(x, y, ...)

Arguments

x

The summary factory object.

y

Not available for this kind of plot (is only defined to be compatible to the generic plot function).

...

Optional plot arguments. At the moment xlim and ylim are implemented for changing x or y axis limits without dropping data observations.

Value

Returns a ggplot2 object.

Details

Generic function to plot all kinds of summary factories.