Displaying 1 result from an estimated 1 matches for "csdepth".
Did you mean:
codepath
2006 Jun 16
1
problem with legend on other graphics devices
...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 can see, in the generated png, eps and pdf files the legend is
clipped, but it displays fine on the screen. From...