Learn R Programming

EcoHydRology (version 0.4.12.1)

GSOD_history: ish-history.txt

Description

A station list to be used with the GSOD data files, showing the names and locations for each station. Note: Global summary of day contains a subset of the stations listed in this station history.

Usage

data(GSOD_history)

Arguments

Format

A data frame with 30558 observations on the following 12 variables.

USAF

a numeric vector

WBAN

a numeric vector

STATION.NAME

a factor with levels

CTRY

a factor with levels

FIPS

a factor with levels

STATE

a factor with levels

CALL

a factor with levels

LAT

a numeric vector

LON

a numeric vector

ELEV..1M.

a numeric vector

BEGIN

a numeric vector

END

a numeric vector

Examples

Run this code
# NOT RUN {
data(GSOD_history)
# }

Run the code above in your browser using DataLab