print.MUS.planning.result {MUS} | R Documentation |
Pretty and comprehensive printing of MUS planning results
Description
Pretty and comprehensive printing of MUS planning results that can be used for working papers.
Usage
## S3 method for class 'MUS.planning.result'
print(x, print.title,
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. |
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.planning
for planning of the audit sample.
[Package MUS version 0.1.6 Index]