search for: ecrc3

Displaying 1 result from an estimated 1 matches for "ecrc3".

Did you mean: ecrc
2006 Jun 16
1
problem with legend on other graphics devices
.... figures() calls the "dating" plot method I wrote to do the plotting, and dating() is a wrapper for read.csv() that creates a "dating" object with the lab analysis results and some extra meta data. All the R code is in dating.R at the URL below. felb5 <- dating("http://ecrc3.geog.ucl.ac.uk/download/dating/felb5.csv", cs = 1963, csError = 5, csDepth = 22.5, csDepthError = 2) source("http://ecrc3.geog.ucl.ac.uk/download/dating/dating.R") plot(felb5, as.Age = TRUE) figures(felb5, "felbrig5", as.Age = TRUE) As you c...