leerdm {climatol} | R Documentation |
Climatological series, and coordinates and names of the stations, are read from ‘VAR_AI-AF.dat’ and ‘VAR_AI-AF.est’ files respectively.
leerdm(varcli, anyi, anyf, nm=12, b=1, a=0)
varcli |
Acronym of the name of the studied climatic variable, as in the data file name. |
anyi |
Initial year of the data present in the file (four digits) |
anyf |
Final year of the data present in the file (four digits) |
nm |
Number of series in each station. (Default=12, for monthly data). |
a, b |
Parameters of the optional transformation a+b*dat to be
applied to data when read from the files. |
leerdm
is an internal function used by depudm
, not intended
to be called directly by the user.
Objects dat
(series data) and est.c
(coordinates and names of
the stations) are created, and number of years (na
), number of
stations (ne
) and per station number of data (nd
) are
also computed.