#MANN-JONES 2003 from 200-1980 #mj03 url<-"ftp://ftp.ncdc.noaa.gov/pub/data/paleo/contributions_by_author/mann2003b/mann2003b.txt" #All series are anomalies based on 1961-1990 instrumental reference period. #Data are presented as both decadally-resolved series (added to this file 12/2004) #and 40 year smoothed versions of the decadally-resolved reconstrucitons #(as shown in Figure 2 of Mann and Jones). recon<-read.table(url,skip=1858,nrow=(1980-199))#this is NH from 200 to 1980 # year recon mj03<-ts(recon[,2],start=recon[1,1])