| D_getLat-methods {solaR} | R Documentation |
Methods for Function getLat
Description
Latitude angle of solaR objects.
Usage
getLat(object, units='rad')
Arguments
object |
A |
units |
A character, 'rad' or 'deg'. |
Methods
This function returns the latitude angle in radians
(units='rad', default) or degrees (units='deg').
signature(object = "Meteo")Value of the
latDataslot, which is defined by the argumentlatof thereadG0dmandreadBDfunctions, or by thelatcomponent of thedataRadobject passed tocalcG0(or equivalent) . It is the latitude of the meteorological station (or equivalent) which provided the irradiation source data. It may be different from the value used for the calculation procedure.signature(object = "Sol")Value of the
latslot, which is defined by the argumentlatof thecalcSolfunction. It is the value used through the calculation procedure.signature(object = "G0")same as for the
Solclass.
Author(s)
Oscar Perpiñán Lamigueiro