Learn R Programming

climatol (version 3.1.2)

rclimdex: Daily temperature data

Description

Daily temperatures (1981-1990) for three stations, in separate files.

Usage

data(rclimdex)

Arguments

Format

This data set contains:

rcxsta

Data frame with file names, degrees, minutes and seconds of latitude, degrees, minutes and seconds of longitude, and elevations (invented)

df1, df2, df3

Data frames with years, months, days, precipitations, maximum and minimum temperatures (invented)

See Also

rclimdex2climatol

Examples

Run this code
# NOT RUN {
data(rclimdex)
print(rcxsta)
head(df1)
#clean memory space:
rm(rcxsta, df1, df2, df3)
# }

Run the code above in your browser using DataLab