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