exp_showResults(explorase)
exp_showResults()所属R语言包:explorase
Show analysis results
分析结果
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Add a column of analysis results to the exploRase table and the GGobi dataset.
分析结果列的exploRase表,并与ggobi集。
用法----------Usage----------
exp_showResults(results, label, sublabels = "", types = exp_entityType(), keyword = NULL, explorase = T, ggobi = T)
参数----------Arguments----------
参数:results
the data frame of results. To include results for multiple entity types at once, the result for each type should be concatenated in the same order as the types parameter.
数据框的结果。包括一次为多个实体类型的结果,为每个类型的结果应以相同的顺序types参数串连。
参数:label
a root label for the result (like the type of analysis)
为根标签(如类型的分析结果)
参数:sublabels
other labels concatenated to the root (such as the conditions involved)
根连接在一起的其他标签(如所涉及的条件)
参数:types
the entity type(s) of the data from which this result was derived.
从这个结果得出的数据实体类型(S)。
参数:keyword
a keyword identifying this result, for use in context-sensitive help
确定这一结果的一个关键字,在使用上下文敏感的帮助
参数:explorase
whether to show the result in the explorase table
是否显示在explorase表的结果
参数:ggobi
whether to add the result to the GGobi dataset
是否添加结果与ggobi集
作者(S)----------Author(s)----------
Michael Lawrence <mflawren@fhcrc.org>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|