| hydroMet-class {hydroToolkit} | R Documentation | 
hydroMet superclass object
Description
A suitable object for store basic information about an hydro-meteorological station.
Value
A basic hydroMet class object.
Slots
idnumeric. This is the ID assigned by the agency.
agencycharacter. The name of the agency (or institution) that provides the data of the station.
stationcharacter. The name of the (hydro)-meteorological station.
latnumeric. Latitude of the station.
longnumeric. Longitude of the station
altnumeric. Altitude of the station.
countrycharacter. Country where the station is located. Argentina is set as default value.
provincecharacter. Name of the province where the station is located. Mendoza is set as default value.
rivercharacter. Basin river's name.
activelogical. It indicates whether or not the station is currently operated. Default value is
TRUE.
[Package hydroToolkit version 0.1.0 Index]