leerdm {climatol}R Documentation

Read the (monthly) climatological series

Description

Climatological series, and coordinates and names of the stations, are read from ‘VAR_AI-AF.dat’ and ‘VAR_AI-AF.est’ files respectively.

Usage

  leerdm(varcli, anyi, anyf, nm=12, b=1, a=0)

Arguments

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.

Details

leerdm is an internal function used by depudm, not intended to be called directly by the user.

Value

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.

See Also

depudm


[Package climatol version 1.0.3.1 Index]