putCriteriaPlot(RXMCDA)
putCriteriaPlot()所属R语言包:RXMCDA
Put a plot in base64 related to criteria
将一个图有关标准的base64
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Puts a plot coded in base64 as a criterionValue tag in an XML tree written according to the XMCDA standard.
将作为一个criterionValue标签中编写的XML树的XMCDA标准的base64编码的图。
用法----------Usage----------
putCriteriaPlot(tree, base64plot, criteriaIDs, mcdaConcept=NULL, name=NULL)
参数----------Arguments----------
参数:tree
Object containing the XMCDA XML tree.
Object,包含XMCDAXML树。
参数:base64plot
String containing the base64 encoding of the plot.
String,其中包含的base64编码的图。
参数:criteriaIDs
A vector of criteria's IDs.
一个向量的标准的ID。
参数:mcdaConcept
A string containing the specific mcdaConcept attribute which should be written.
一个字符串,其中包含的具体mcdaConcept属性应该写入。
参数:name
A string containing the specific name attribute which should be written.
一个字符串,其中包含的具体name属性应该写入。
值----------Value----------
The function returns a list structured as follows:
该函数返回一个列表结构如下:
参数:status
Either OK if the <criterionValue> tag could be correctly put, or the description of the error.
确认可以正确地把<criterionValue>标签,或对错误的描述。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|