Learn R Programming

evgam (version 0.1.4)

fremantle: Annual Maximum Sea Levels at Fremantle, Western Australia

Description

The 'fremantle' data frame has 86 rows and 3 columns. The second column gives 86 annual maximimum sea levels recorded at Fremantle, Western Australia, within the period 1897 to 1989. The first column gives the corresponding years. The third column gives annual mean values of the Southern Oscillation Index (SOI), which is a proxy for meteorological volitility.

Usage

data(fremantle)

Arguments

Format

A data frame with 86 rows and 3 variables

The variables are as follows:

Year

a numeric vector of years

SeaLevel

a numeric vector of annual sea level maxima

SOI

A numeric vector of annual mean values of the Southern Oscillation Index

Examples

Run this code
# NOT RUN {
library(evgam)
data(fremantle)
# }

Run the code above in your browser using DataLab