as.data.frameD-methods: Methods for Function as.data.frameD

Description Usage Arguments Methods Author(s)

Description

Convert a Sol object (or a extended class) into a data.frame with daily values.

Usage

1
2
## S4 method for signature 'Sol'
as.data.frameD(object, complete=FALSE)

Arguments

object

A Sol object (or extended.)

complete

A logical.

Methods

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.

Author(s)

Oscar Perpiñán Lamigueiro


solaR documentation built on Oct. 19, 2021, 9:06 a.m.