printLabelledValues(tractor.base)
printLabelledValues()所属R语言包:tractor.base
Pretty print labelled information
漂亮的打印标记信息
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is a simple function to print a series of labels and associated data values, or key-value pairs.
这是一个简单的函数来打印一系列标签和相关数据值或键 - 值对。
用法----------Usage----------
printLabelledValues(labels, values, outputLevel = OL$Info, leftJustify = FALSE)
参数----------Arguments----------
参数:labels
A character vector of labels.
字符向量的标签。
参数:values
A character vector of values. Must have the same length as labels.
字符向量的值。作为labels必须具有相同的长度。
参数:outputLevel
The output level to print the output to. See setOutputLevel, in the reportr package.
输出电平的打印输出。请参阅setOutputLevel,在reportr包。
参数:leftJustify
Logical value: if TRUE the labels will be left justified; otherwise they will be right justified.
逻辑值:如果TRUE的标签左对齐,否则他们将被右对齐。
值----------Value----------
This function is called for its side effect.
这个函数被调用它的副作用。
(作者)----------Author(s)----------
Jon Clayden
参考文献----------References----------
参见----------See Also----------
setOutputLevel for the reportr output level system.
setOutputLevel的reportr输出电平系统。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|