USC00368449.dly: GHCN Data for State College, PA, 1980-2009

Description Usage Format Source See Also Examples

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

1
"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

1
2
3
4
5
# 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")

Example output



VFS documentation built on May 2, 2019, 8:58 a.m.