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
zoo
object with the content of thesolD
slot.signature(object = "G0")
If
complete=FALSE
(default) the result includes only the columns ofG0d
,D0d
andB0d
from theG0D
slot. Ifcomplete=TRUE
it returns the contents of the slotssolD
andG0D
.signature(object = "Gef")
If
complete=FALSE
(default) the result includes only the columns ofGefd
,Defd
andBefd
from theGefD
slot. Ifcomplete=TRUE
it returns the contents of the slotssolD
,G0D
andGefD
signature(object = "ProdGCPV")
If
complete=FALSE
(default) the result includes only the columns ofEac
,Edc
andYf
from theprodD
slot. Ifcomplete=TRUE
it returns the contents of the slotssolD
,G0D
,GefD
andprodD
.signature(object = "ProdPVPS")
If
complete=FALSE
(default) the result includes only the columns ofEac
,Qd
andYf
from theprodD
slot. Ifcomplete=TRUE
it returns the contents of the slotssolD
,G0D
,GefD
andprodD
.
Author(s)
Oscar Perpiñán Lamigueiro