Displaying 1 result from an estimated 1 matches for "casty2007".
2012 Dec 15
2
troubles reading a text file
...e-free text file. The data is temperature reconstruction arranged as a huge grid, preceded by seven "header lines" (which you see better if file is opened in Firefox or Chrome).
This is the data (gridded temperature reconstruction)
ftp://ftp.ncdc.noaa.gov/pub/data/paleo/historical/europe/casty2007/temp-mon.txt
And this is original data description:
ftp://ftp.ncdc.noaa.gov/pub/data/paleo/historical/europe/casty2007/readme-casty2007.txt
Basically, it is says "space-delimited ASCII format" there ...
I tried this:
Temperature<-read.table(FileName,skip = 7, header = TRUE, na.string...