Description Usage Arguments Value Author(s) See Also Examples
Constructor for the class Meteo
with values of
daily or intradaily values of global horizontal irradiation and ambient temperature
from a local file or a data.frame.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | readBD(file, lat,
format = '%d/%m/%Y',
header = TRUE, fill = TRUE, dec = '.', sep = ';',
dates.col = 'date',source = file)
readBDi(file, lat,
format = '%d/%m/%Y %H:%M:%S',
header = TRUE, fill = TRUE, dec = '.', sep = ';',
time.col = 'time',
source = file)
df2Meteo(file, lat,
format = '%d/%m/%Y',
dates.col = 'date',
source = '')
dfI2Meteo(file, lat,
format = '%d/%m/%Y %H:%M:%S',
time.col = 'time',
source = '')
zoo2Meteo(file, lat, source = '')
|
file |
The name of the file ( If the Only for daily data: if the ambient temperature is not available,
the file should include two columns named |
header, fill, dec, sep |
See |
format |
character string with the format of the dates or time
index.
(Default for daily time bases: |
lat |
numeric, latitude (degrees) of the location. |
dates.col |
character string with the name of the column wich contains the dates of the time series. |
time.col |
character string with the name of the column wich contains the time index of the series. |
source |
character string with information about the source of the values. (Default: the name of the file). |
A Meteo
object.
Oscar Perpiñán Lamigueiro.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.