Last data update: 2014.03.03

R: Climate Record At Croig Cave
climateR Documentation

Climate Record At Croig Cave

Description

Application to modern climate record at Croig Cave and make comparison between reconstructed temperatures and instrumentally measured temperatures.

Usage

data("climate")

Format

A data frame with 360 observations on the following 3 variables.

Month

a numeric vector

overall

a numeric vector

Temperature

a numeric vector

Source

Monthly sea surface temperature (SST) record for the years 1961-1990 derived from observations near Croig Cave, an archaeological site on the Isle of Mull in the Hebrides Islands west of mainland Scotland (Extended Reconstructed Sea Surface Temperature, Smith and Reynolds, 2004).

References

Wang, T., Surge, D., and Lees, J. M., (2015) ClamR: A Statistical Evaluation of Isotopic and Temperature Records in Sclerochronologic Studies. Palaeogeography, Palaeoclimatology, Palaeoecology, doi:10.1016/j.palaeo.2015.07.008.

Examples

data(climate)
climate_month <- climate$overall
climate_temp <- climate$Temperature

plot(climate_month,climate_temp,type="l",
    xlab="month",ylab=expression(paste("Temperature ("^"o","C)")))


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(ClamR)
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/ClamR/climate.Rd_%03d_medium.png", width=480, height=480)
> ### Name: climate
> ### Title: Climate Record At Croig Cave
> ### Aliases: climate
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(climate)
> climate_month <- climate$overall
> climate_temp <- climate$Temperature
> 
> plot(climate_month,climate_temp,type="l",
+     xlab="month",ylab=expression(paste("Temperature ("^"o","C)")))
> 
> 
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>