Convert a G0 object (or a extended class) into a data.frame with
yearly values.
# S4 method for G0
as.data.frameY(object, complete=FALSE)A G0 object (or extended.)
A logical.
signature(object = "G0")This function converts the
object into a zoo container with the as.zooY
function and then into a data.frame with
as.data.frame. Besides, it includes an additional column
named year.
See as.zooY-methods for a description of the argument
complete.