D_as.data.frameY-methods {solaR} | R Documentation |
Methods for Function as.data.frameY
Description
Convert a G0
object (or a extended class) into a data.frame
with
yearly values.
Usage
## S4 method for signature 'G0'
as.data.frameY(object, complete=FALSE)
Arguments
object |
A |
complete |
A logical. |
Methods
signature(object = "G0")
This function converts the object into a
zoo
container with theas.zooY
function and then into adata.frame
withas.data.frame
. Besides, it includes an additional column namedyear
.
See as.zooY-methods
for a description of the argument
complete
.
Author(s)
Oscar Perpiñán Lamigueiro
[Package solaR version 0.46 Index]