D_as.data.frameI-methods {solaR} | R Documentation |
Methods for Function as.data.frameI
Description
Convert a Sol
object (or a extended class) into a data.frame with
intradaily values.
Usage
## S4 method for signature 'Sol'
as.data.frameI(object, complete=FALSE, day=FALSE)
Arguments
object |
A |
complete |
A logical. |
day |
A logical. |
Methods
signature(object = "Sol")
This function converts the object into a
zoo
container with theas.zooI
function and then into adata.frame
withas.data.frame
. Besides, it includes three additional columns namedmonth
,day
(day of year) andyear
.
See as.zooI-methods
for a description of the arguments
complete
and day
.
Author(s)
Oscar Perpiñán Lamigueiro
[Package solaR version 0.46 Index]