Prints the result object stored inside a summary factory.
Usage
# S3 method for class 'SummaryFactory'
print(x, ..., markdown = NA, sep = NA_character_)
Arguments
- x
The summary factory object.
- ...
Optional plot arguments. At the moment
xlim
andylim
are implemented for changing x or y axis limits without dropping data observations.- markdown
If
TRUE
, the objectx
will be printed using markdown syntax; normal representation will be used otherwise (default isFALSE
)- sep
The separator line between the summary and the print output, default is
"\n\n-----\n\n"
.