Last data update: 2014.03.03

R: Annual precipitation, inches, Great Lakes, 1900-1986
PrecipGLR Documentation

Annual precipitation, inches, Great Lakes, 1900-1986

Description

Annual precipitation, 1900-1986, Entire Great Lakes

Usage

data(PrecipGL)

Format

The format is: Time-Series [1:87] from 1900 to 1986: 31.7 29.8 31.7 33.1 31.3 ...

Source

Appendix A of H. Roberts (1992) "Data Analysis for Managers" published by Scientific Press.

Original Source: Great Lake Water Levels, U.S. Dept of Commerce, Rockville MD U.S. Lake Survey, Detroit, MI, US Army Corps of Engineers

Examples

data(PrecipGL)
plot(PrecipGL)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(Kendall)
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/Kendall/PrecipGL.Rd_%03d_medium.png", width=480, height=480)
> ### Name: PrecipGL
> ### Title: Annual precipitation, inches, Great Lakes, 1900-1986
> ### Aliases: PrecipGL
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(PrecipGL)
> plot(PrecipGL)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>