Convert a G0, Gef, ProdGCPV or ProdPVPS object into a
转换成一个G0,Gef,ProdGCPV或ProdPVPS对象
用法----------Usage----------
## S4 method for signature 'G0'
as.zooY(object, complete=FALSE)
参数----------Arguments----------
参数:object
A G0 object (or extended.)
AG0对象(或延长)。
参数:complete
A logical.
一个逻辑。
方法----------Methods----------
signature(object = "G0") The result is the G0y slot.
signature(object = "G0")结果是G0y插槽。
signature(object = "Gef") If complete=FALSE (default) the result is the slot Gefy. If complete=TRUE it returns the slot G0y.
signature(object = "Gef")如果complete=FALSE(默认值),结果是插槽Gefy。如果complete=TRUE,它返回插槽G0y。
signature(object = "ProdGCPV") If complete=FALSE (default) the result is the prody slot. If complete=TRUE the result includes the slots G0y and Gefy.
signature(object = "ProdGCPV"):如果complete=FALSE(默认值),结果是prody插槽。如果complete=TRUE的结果,包括插槽G0y和Gefy。
signature(object = "ProdPVPS") If complete=FALSE (default) the result is the prody slot. If complete=TRUE the result includes the slots G0y and Gefy.
signature(object = "ProdPVPS"):如果complete=FALSE(默认值),结果是prody插槽。如果complete=TRUE的结果,包括插槽G0y和Gefy。