| D_as.zooD-methods {solaR} | R Documentation |
Methods for Function as.zooD
Description
Convert a Sol, G0, Gef,
ProdGCPV or ProdPVPS object into a
zoo object with daily values.
Usage
## S4 method for signature 'Sol'
as.zooD(object, complete=FALSE)
Arguments
object |
A |
complete |
A logical. |
Methods
signature(object = "Sol")Conversion to a
zooobject with the content of thesolDslot.signature(object = "G0")If
complete=FALSE(default) the result includes only the columns ofG0d,D0dandB0dfrom theG0Dslot. Ifcomplete=TRUEit returns the contents of the slotssolDandG0D.signature(object = "Gef")If
complete=FALSE(default) the result includes only the columns ofGefd,DefdandBefdfrom theGefDslot. Ifcomplete=TRUEit returns the contents of the slotssolD,G0DandGefDsignature(object = "ProdGCPV")If
complete=FALSE(default) the result includes only the columns ofEac,EdcandYffrom theprodDslot. Ifcomplete=TRUEit returns the contents of the slotssolD,G0D,GefDandprodD.signature(object = "ProdPVPS")If
complete=FALSE(default) the result includes only the columns ofEac,QdandYffrom theprodDslot. Ifcomplete=TRUEit returns the contents of the slotssolD,G0D,GefDandprodD.
Author(s)
Oscar Perpiñán Lamigueiro