print.MUS.extraction.result {MUS} | R Documentation |
Pretty and comprehensive printing of MUS extraction results
Description
Pretty and comprehensive printing of MUS extraction results that can be used for working papers.
Usage
## S3 method for class 'MUS.extraction.result'
print(x, print.title,
print.planning, style, use.pander, ...)
Arguments
x |
A MUS.evaluation.result object that you got by executing the function MUS.evaluation. |
print.title |
Boolean. Should title be printed? Defaults to TRUE. |
print.planning |
Boolean. Should planning parameters be printed? Defaults to FALSE. |
style |
Two options: "report" or "default". Report uses an alternative layout. Defaults to "default". |
use.pander |
Boolean. Uses pander to generate rmarkdown report. Defaults to FALSE. |
... |
Further arguments, currently ignored. |
Author(s)
Henning Prömpers <henning@proempers.net>
See Also
MUS.extraction
for extraction of the audit sample.
[Package MUS version 0.1.6 Index]