USC00368449.dly {VFS}R Documentation

GHCN Data for State College, PA, 1980-2009

Description

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.

Usage

"USC00368449.dly"

Format

A complex fixed-width ASCII file.

Source

GHCN data comprises both current and historical weather station data world-wide.

See Also

read.dly

Examples

# 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")

[Package VFS version 1.0.2 Index]