D_as.zooD-methods(solaR)
D_as.zooD-methods()所属R语言包:solaR
Methods for Function as.zooD
功能as.zooD方法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Convert a Sol, G0, Gef, ProdGCPV or ProdPVPS object into a
转换成一个Sol,G0,Gef,ProdGCPV或ProdPVPS对象
用法----------Usage----------
## S4 method for signature 'Sol'
as.zooD(object, complete=FALSE)
参数----------Arguments----------
参数:object
A Sol object (or extended.)
ASol对象(或延长)。
参数:complete
A logical.
一个逻辑。
方法----------Methods----------
signature(object = "Sol") Conversion to a zoo object with the content of the solD slot.
signature(object = "Sol")zoo对象与solD时隙的内容的转换。
signature(object = "G0") If complete=FALSE (default) the result includes only the columns of G0d, D0d and B0d from the G0D slot. If complete=TRUE it returns the contents of the slots solD and G0D.
signature(object = "G0")如果complete=FALSE(默认),结果只包括列G0d,D0d和B0dG0D插槽。如果complete=TRUE返回的插槽solD和G0D的内容。
signature(object = "Gef") If complete=FALSE (default) the result includes only the columns of Gefd, Defd and Befd from the GefD slot. If complete=TRUE it returns the contents of the slots solD, G0D and GefD
signature(object = "Gef")如果complete=FALSE(默认),结果只包括列Gefd,Defd和BefdGefD插槽。如果complete=TRUE它返回的内容的插槽solD,G0D和GefD
signature(object = "ProdGCPV") If complete=FALSE (default) the result includes only the columns of Eac, Edc and Yf from the prodD slot. If complete=TRUE it returns the contents of the slots solD, G0D, GefD and prodD.
signature(object = "ProdGCPV")如果complete=FALSE(默认),结果只包括列Eac,Edc和YfprodD插槽。如果complete=TRUE它返回的内容的插槽solD,G0D,GefD和prodD。
signature(object = "ProdPVPS") If complete=FALSE (default) the result includes only the columns of Eac, Qd and Yf from the prodD slot. If complete=TRUE it returns the contents of the slots solD, G0D, GefD and prodD.
signature(object = "ProdPVPS")如果complete=FALSE(默认),结果只包括列Eac,Qd和YfprodD插槽。如果complete=TRUE它返回的内容的插槽solD,G0D,GefD和prodD。
(作者)----------Author(s)----------
Oscar Perpi帽谩n Lamigueiro
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|