plotBins-methods(HELP)
plotBins-methods()所属R语言包:HELP
Plot bins (methods)
图箱(方法)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Methods for plotting densities of multiple bins of data, divided by a sliding window approach
绘制多个垃圾桶的数据密度的方法,除以一个滑动窗口方法
方法----------Methods----------
x = "missing", y = "missing" Handle empty function call
=“失踪”,Y =“失踪”处理空函数调用
x = "matrix", y = "missing" Handle matrix input, reinterpret function call with two vector input if matrix has two columns, otherwise handle as empty function call
=“矩阵”,Y =“失踪”的手柄矩阵输入,重新诠释与两个向量输入矩阵函数调用,如果有两列,否则处理为空的函数调用
x = "vector", y = "missing" Handle empty function call
=“向量”,Y =“失踪”处理空函数调用
x = "vector", y = "ExpressionSet" Handle input of an object of class ExpressionSet. Derive binning information from this class but use data from a vector input.
=“向量”,Y =“ExpressionSet”类ExpressionSet对象处理输入。来自这个类,而是从一个向量输入数据的分级信息。
x = "vector", y = "vector" Handle input of two vectors specifying data and binning information, respectively.
=“向量”,Y =“向量”两个向量指定的数据和分级信息,分别处理输入。
x = "matrix", y = "matrix" Handle matrix input, reinterpret function call with vector input
X =“矩阵”,Y =“矩阵”拉手矩阵输入,重新诠释与矢量输入函数调用
x = "matrix", y = "vector" Handle matrix input, reinterpret function call with vector input
X =“矩阵”,Y =“向量”把矩阵输入,重新诠释与矢量输入函数调用
x = "ExpressionSet", y = "missing" Handle input of an object of class ExpressionSet. Derive both data and binning information from a single object.
X =“ExpressionSet”Y =“失踪”的一个对象类ExpressionSet处理输入。仲两个数据从一个单一的对象和分级信息。
x = "ExpressionSet", y = "vector" Handle input of an object of class ExpressionSet. Derive data from this class but use binning information from a vector input.
X =“ExpressionSet”Y =“向量”的对象类ExpressionSet处理输入。从这个类派生的数据,但使用矢量输入的分级信息。
x = "ExpressionSet", y = "ExpressionSet" Handle input of two objects of class ExpressionSet. Derive data and binning information from each one, respectively.
X =“ExpressionSet”,Y =的“ExpressionSet”两个对象类ExpressionSet处理输入。 ,分别从每一个派生的数据和分级信息。
作者(S)----------Author(s)----------
Reid F. Thompson (<a href="mailto:rthompso@aecom.yu.edu">rthompso@aecom.yu.edu</a>)
参见----------See Also----------
plotBins
plotBins
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|