qaGraphList-class(flowQ)
qaGraphList-class()所属R语言包:flowQ
Class "qaGraphList"
类“qaGraphList”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A list of qaGraph objects
qaGraph对象名单
Details
详情----------Details----------
This class directly extends class "list" and is intended to exclusively hold objects of class qaGraph, where each list item represents the grapical output of a QA subprocess for a single flowFrame. It mainly exists to allow for method dispatch and should never be populated manualy; instead, use the constructor qaGraphList which makes sure, that all image files are converted into the
这个类直接延伸类"list",旨在专门类qaGraph,其中每个列表项代表一个QA子grapical输出为一个单一的flowFrame持有对象。它主要存在允许调度方法,不应该被填充手动%,而是使用构造qaGraphList这可确保所有的图像文件转换成
类的对象----------Objects from the Class----------
Objects should be created using the constructor:
应使用构造函数创建对象:
qaGraphList(imageFiles, imageDir, width, pdf=TRUE), where imageFiles are paths to image files, imageDir is the destination path for the images and width is the final width to which the bitmap images are converted. pdf can be used to toggle the generation of vectorized versions of the images.
qaGraphList(imageFiles, imageDir, width, pdf=TRUE)imageFiles图像文件的路径,IMAGEDIR目标路径的图像和width是最终的位图图像转换的宽度。 pdf可以用来切换图像的矢量版本的一代。
插槽----------Slots----------
.Data: Object of class "list", the list data
.Data:类对象"list",列表数据
延伸----------Extends----------
Class "list", from data part. Class "vector", by class "list", distance 2.
类"list",从数据的一部分。类"vector",由类“列表”,距离为2。
方法----------Methods----------
initialize signature(.Object = "qaGraphList"): constructor
初始化signature(.Object = "qaGraphList"):构造
show signature(object = "qaGraphList"): print object details
显示signature(object = "qaGraphList"):打印对象的详细信息“
作者(S)----------Author(s)----------
Florian Hahne
参见----------See Also----------
qaGraph, writeQAReport, qaProcess
qaGraph,writeQAReport,qaProcess
举例----------Examples----------
showClass("qaGraphList")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|