Learn R Programming

fdatest (version 2.1.1)

NASAtemp: NASA daily temperatures data set

Description

It contains the daily mean temperatures registered from July 1983 to June 2005 and stored in the NASA database Earth Surface Meteorology for Solar Energy of two different geographical locations: the region (45-46 North, 9-10 East), including the city of Milan (Italy), and the region (48-49 North, 2-3 East), including the city of Paris (France).

Usage

data(NASAtemp)

Arguments

Format

List of 2 elements:

  • milan Matrix of dimensions c(22,365) containing the daily mean temperatures of the region (45-46 North, 9-10 East), including the city of Milan (Italy) registered from July 1983 to June 2005 (22 years).

  • paris Matrix of dimensions c(22,365) containing the daily mean temperatures of the region (48-49 North, 2-3 East), including the city of Paris (France) registered from July 1983 to June 2005 (22 years).

Examples

Run this code
# NOT RUN {
data(NASAtemp)
# }
# NOT RUN {
matplot(t(NASAtemp$milan),type='l')
matplot(t(NASAtemp$paris),type='l')

# }

Run the code above in your browser using DataLab