| B1_Meteo-class {solaR} | R Documentation |
Class "Meteo"
Description
A class for meteorological data.
Objects from the Class
Objects can be created by the family of readBD functions.
Slots
latData:Latitude (degrees) of the meteorological station or source of the data.
data:A
zooobject with the time series of daily irradiation (G0, Wh/m²), the ambient temperature (Ta) or the maximum and minimum ambient temperature (TempMaxandTempMin).source:A character with a short description of the source of the data.
type:A character,
prom,bd,bdIormapa, depending on the constructor.
Methods
- getData
signature(object = "Meteo"): extracts thedataslot as azooobject.- getG0
signature(object = "Meteo"): extracts the irradiation time series as azooobject.- getLat
signature(object = "Meteo"): extracts the latitude value.- indexD
signature(object = "Meteo"): extracts the index of thedataslot.- xyplot
signature(x = "formula", data = "Meteo"): plot the content of the object according to theformulaargument.- xyplot
signature(x = "Meteo", data = "missing"): plot thedataslot using thexyplotmethod forzooobjects.
Author(s)
Oscar Perpiñán Lamigueiro.
See Also
readBD,
readBDi,
zoo2Meteo,
df2Meteo,
dfI2Meteo,
readG0dm,