Latitude angle of solaR objects.
getLat(object, units='rad')
A Sol or Meteo object (or extended.)
A character, 'rad' or 'deg'.
This function returns the latitude angle in radians
(units='rad', default) or degrees (units='deg').
signature(object = "Meteo")Value of the latData
slot, which is defined by the argument lat of the
readG0dm and
readBDd functions, or by the lat component of the
dataRad object passed to calcG0
(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 lat slot,
which is defined by the argument lat of the calcSol
function. It is the value used through the calculation procedure.
signature(object = "G0")same as for the Sol class.
Oscar Perpiñán Lamigueiro, Francisco Delgado López.