Displaying 1 result from an estimated 1 matches for "felbrig5".
Did you mean:
elbriga
2006 Jun 16
1
problem with legend on other graphics devices
....
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 the list archives, I
seem to be doing things in the recommended way (not using dev.copy()
etc.)
What can I do to force sufficient space for the legend in t...