printLabelledValues | R Documentation |
This is a simple function to print a series of labels and associated data values, or key-value pairs.
printLabelledValues(labels, values, outputLevel = OL$Info,
leftJustify = FALSE)
labels |
A character vector of labels. |
values |
A character vector of values. Must have the same length as
|
outputLevel |
The output level to print the output to. See
|
leftJustify |
Logical value: if |
This function is called for its side effect.
Jon Clayden
Please cite the following reference when using TractoR in your work:
J.D. Clayden, S. Muñoz Maniega, A.J. Storkey, M.D. King, M.E. Bastin & C.A. Clark (2011). TractoR: Magnetic resonance imaging and tractography with R. Journal of Statistical Software 44(8):1-18. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.18637/jss.v044.i08")}.
setOutputLevel
for the reportr output level system.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.