D_as.zooY-methods {solaR} | R Documentation |
Methods for Function as.zooY
Description
Convert a G0
, Gef
,
ProdGCPV
or ProdPVPS
object into a
zoo
object with yearly values.
Usage
## S4 method for signature 'G0'
as.zooY(object, complete=FALSE)
Arguments
object |
A |
complete |
A logical. |
Methods
signature(object = "G0")
The result is the
G0y
slot.signature(object = "Gef")
If
complete=FALSE
(default) the result is the slotGefy
. Ifcomplete=TRUE
it returns the slotG0y
.signature(object = "ProdGCPV")
If
complete=FALSE
(default) the result is theprody
slot. Ifcomplete=TRUE
the result includes the slotsG0y
andGefy
.signature(object = "ProdPVPS")
If
complete=FALSE
(default) the result is theprody
slot. Ifcomplete=TRUE
the result includes the slotsG0y
andGefy
.
Author(s)
Oscar Perpiñán Lamigueiro
[Package solaR version 0.46 Index]