stations: Location and elevation of climatic stations

Description Usage Format Details Source See Also Examples

Description

A dataset containing the coordinates and elevation of the climatic stations of Vietnam.

Usage

1

Format

A Simple feature collection with 67 rows and 3 variables:

Details

The variable station is a key shared with dataset meteo.

Source

Thai P.Q. et al. (2015) Seasonality of absolute humidity explains seasonality of influenza-like illness in Vietnam. Epidemics 13: 65-73. [PDF]

See Also

The meteo dataset that shares the variable station with stations.

Examples

1
2
3
4
## Extracting the meteorological data for the stations above an elevation of
## 500 meters:
sel <- subset(stations, elevation > 500, station)
subset(meteo, stations$station %in% sel$station)

choisy/imhen documentation built on Aug. 22, 2019, 10:32 a.m.