NASAtemp {fdatest}R Documentation

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)

Format

List of 2 elements:

Source

These data were obtained from the NASA Langley Research Center Atmospheric Science Data Center Surface meteorological and Solar Energy (SSE) web portal supported by the NASA LaRC POWER Project. Data are freely available at: NASA Surface Meteorology and Solar Energy, A Renewable Energy Resource web site (release 6.0): http://eosweb.larc.nasa.gov

Examples

data(NASAtemp)
## Not run: 

matplot(t(NASAtemp$milan),type='l')
matplot(t(NASAtemp$paris),type='l')


## End(Not run)

[Package fdatest version 2.1.1 Index]