marginalData-methods(flowPlots)
marginalData-methods()所属R语言包:flowPlots
Method marginalData from Class "StackedData"
从类“StackedData方法marginalData”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function is a method of the StackedData class which can retrieve the marginalData from a StackedData object or which can assign the marginalData data slot of a StackedData object.
这个函数是一个的StackedData类的方法,这可以从StackedData对象或可分配一个StackedData对象marginalData数据槽的检索marginalData。
用法----------Usage----------
# Get the marginal data from a StackedData object
marginalData(object)
# Set the marginal data slot of a StackedData object
## S4 replacement method for signature 'StackedData'
marginalData(object) <- value
参数----------Arguments----------
参数:object
an object of the StackedData class
的StackedData类的对象
参数:value
a replacement value
一个替代值
值----------Value----------
data frame of marginal data.
边缘数据的数据框。
方法----------Methods----------
signature(object="StackedData") Get the value of the marginalData slot in the stackedDataObject.
signature(object="StackedData")获取价值的,在stackedDataObject marginalData槽。
signature(object = "StackedData", value = "data.frame") Set the value of the marginalData slot in the stackedDataObject.
signature(object = "StackedData", value = "data.frame")在stackedDataObject设置的marginalData插槽价值。
作者(S)----------Author(s)----------
N. Hawkins, Fred Hutchinson Cancer Research Center, Seattle, WA
参见----------See Also----------
StackedData, marginalData
StackedData,marginalData
举例----------Examples----------
# Load the marginal data and set the marginal data slot[加载边际的数据和设置边际的数据槽]
data(marginalDF)
# Create a stacked data object[创建一个堆叠的数据对象]
stackedDataObject = new("StackedData")
# Set the marginal data slot[设置边缘的数据槽]
marginalData(stackedDataObject) = marginalDF
# Get the marginal data from the stacked data object[从堆放的数据对象获取的边际数据]
marginalData = marginalData(stackedDataObject)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|