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