USC00368449.dly {VFS} | R Documentation |
A ten-year sample of Global Historical Climatology Network (GHCN) daily weather data for State College, PA (station USC00368449). This is in a complex fixed-width format. Please see the GHCN readme for details.
"USC00368449.dly"
A complex fixed-width ASCII file.
GHCN data comprises both current and historical weather station data world-wide.
# A sample DLY file for State College, PA, is included with this package.
# This file contains a subset of data (1980-2009) for station USC00368449
#
weather <- read.dly(system.file("extdata", "USC00368449.dly", package = "VFS"))
# identical to data("weather")