Description Usage Arguments Methods Author(s)
Convert a Sol
object (or a extended class) into a data.frame with
intradaily values.
1 2 | ## S4 method for signature 'Sol'
as.data.frameI(object, complete=FALSE, day=FALSE)
|
object |
A |
complete |
A logical. |
day |
A logical. |
signature(object = "Sol")
This function converts the
object into a zoo
container with the as.zooI
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.zooI-methods
for a description of the arguments
complete
and day
.
Oscar Perpiñán Lamigueiro
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.