Sol-class: Class "Sol": Apparent movement of the Sun from the Earth

Description Objects from the Class Slots Methods Author(s) References See Also

Description

A class which describe the apparent movement of the Sun from the Earth.

Objects from the Class

Objects can be created by calcSol.

Slots

lat:

numeric, latitude (degrees) as defined in the call to calcSol.

solD:

Object of class "zoo" created by fSolD.

solI:

Object of class "zoo" created by fSolI.

match:

numeric, index of solD related with the index of solI.

method:

character, method for the sun geometry calculations.

sample:

difftime, increment of the intradaily sequence.

Methods

as.data.frameD

signature(object = "Sol"): conversion to a data.frame with daily values.

as.data.frameI

signature(object = "Sol"): conversion to a data.frame with intradaily values.

as.zooD

signature(object = "Sol"): conversion to a zoo object with daily values.

as.zooI

signature(object = "Sol"): conversion to a zoo object with intradaily values.

getLat

signature(object = "Sol"): latitude (degrees) as defined in the call to calcSol.

indexD

signature(object = "Sol"): index of the solD slot.

indexI

signature(object = "Sol"): index of the solI object.

indexRep

signature(object = "Sol"): accesor for the match slot.

xyplot

signature(x = "formula", data = "Sol"): displays the contents of a Sol object with the xyplot method for formulas.

Author(s)

Oscar Perpiñán Lamigueiro.

References

See Also

G0, Gef.


solaR documentation built on May 2, 2019, 6:07 p.m.

Related to Sol-class in solaR...