climateData {AquaBEHER}R Documentation

Daily Weather Data (1996-2020) from Angochen Weather Observing Station, Mozambique

Description

Contains daily weather data obtained from Instituto Nacional de Meteorologia (INAM). The sample data includes daily raw weather data from January 1, 1996, to December 31, 2020, from a weather station located in Angochen, Nampula province of Mozambique.

Usage

data(climateData)

Format

A data frame containing daily values of weather variables:

Source

INAM - Instituto Nacional de Meteorologia, Mozambique

See Also

AgroClimateData, calcEto

Examples

## Load the climate data
data(climateData)

## Get the structure of the data frame
str(climateData)

## Get the head of the data frame
head(climateData)


[Package AquaBEHER version 1.4.0 Index]