Convert a Sol object (or a extended class) into a data.frame with
daily values.
# S4 method for Sol
as.data.frameD(object, complete=FALSE)A Sol object (or extended.)
A logical.
signature(object = "Sol")This function converts the
object into a zoo container with the as.zooD
function and then into a data.frame with
as.data.frame. Besides, it includes three additional columns
named month, day (day of year) and year.
See as.zooD-methods for a description of the argument
complete.