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