Description Usage Arguments Methods Author(s)
Convert a Sol
object (or a extended class) into a data.frame
with
daily values.
1 2 | ## S4 method for signature 'Sol'
as.data.frameD(object, complete=FALSE)
|
object |
A |
complete |
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
.
Oscar Perpiñán Lamigueiro
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.