CuencaCaroni: Rainfall data for the Cuenca del Caron<c3><ad>, Venezuela

Description Usage Format Details Source See Also Examples

Description

Monthly precipitation values for meteorological stations located in the Cuenca del Caron<c3><ad>, Bol<c3><ad>var state, Venezuela.

Data set of precipitation for 91 meteorological stations located in the Bol<c3><ad>var state, Venezuela. Data set follows vetools Catalog Convention. See Catalog Convention.

Usage

1

Format

This data set contains a collection of two members of class list, each of 91 elements:

CuencaCaroni$catalog

list of each station's meta data. Follows vetools Catalog Convention. To see meta data summary(CuencaCaroni).

CuencaCaroni$data

list containing each station's time-series of class "ts".

Details

This data set provides monthly precipitation for 91 meteorological stations located in the Cuenca del Caron<c3><ad> region of the Bol<c3><ad>var state of Venezuela. The region is delimited between -63.88083, -60.60722 degrees and 3.895833 and 8.333333 degrees (North). Time-series for statios vary between 1949 and 2011.

The data set was imported into R using read.MINAMB function.

Source

Ministerio de Industr<c3><ad>as b<c3><a1>sicas y Miner<c3><ad>a. CVG, EDELCA (Electrificaci<c3><b3>n del Caron<c3><ad>) C. A. Gerencia de Gestion Ambiental. (http://www.cvg.gob.ve/espanol/cvgedelca.html).

See Also

Vargas, Catalog Convention, read.MINAMB.

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
data(CuencaCaroni)
summary(CuencaCaroni)
plot(CuencaCaroni$data[[2]])
start(CuencaCaroni$data[[80]])
end(CuencaCaroni$data[[80]])
frequency(CuencaCaroni$data[[80]])
cat(cc.cat[[1]]$Nombre)
## End(Not run)

vetools documentation built on May 2, 2019, 10:15 a.m.