plot.SummaryFactory {rpact} | R Documentation |
Summary Factory Plotting
Description
Plots a summary factory.
Usage
## S3 method for class 'SummaryFactory'
plot(x, y, ..., showSummary = FALSE)
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 |
showSummary |
Show the summary before creating the
plot output, default is |
Details
Generic function to plot all kinds of summary factories.
Value
Returns a ggplot2
object.
[Package rpact version 4.0.0 Index]