Prints the result object stored inside a summary factory.
# S3 method for SummaryFactory
print(x, ..., markdown = FALSE, showSummary = FALSE, sep = "\n-----\n\n")
The summary factory object.
Optional plot arguments. At the moment xlim
and ylim
are implemented
for changing x or y axis limits without dropping data observations.
If TRUE
, the object x
will be printed using markdown syntax;
normal representation will be used otherwise (default is FALSE
)
Show the summary before creating the print output, default is FALSE
.
The separator line between the summary and the print output.
Generic function to print all kinds of summary factories.