Plots a summary factory.
# S3 method for class 'SummaryFactory'
plot(x, y, ..., showSummary = FALSE)The summary factory object.
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.
Show the summary before creating the
plot output, default is FALSE.
Returns a ggplot2 object.
Generic function to plot all kinds of summary factories.