Re: [R] plot region too large

2006-09-14 Thread Kiermeier, Andreas \(PIRSA - SARDI\)
The figure margins come from what is set in par("mar"), eg > layout(matrix(c(1:10),5,2),heights=c(1,rep(2,4))) > par("mar") [1] 5.1 4.1 4.1 2.1 > There is not enough space left to plot anything with those margins. You will need to make them smaller first, e.g. > par(mar=c(1,1,1,1,)) > plot(1,1

[R] Lattice graphics strip labels for shingles

2005-10-17 Thread Kiermeier, Andreas (PIRSA - SARDI)
Dear all, back in 2002 Martin Henry H. Stevens wrote (https://stat.ethz.ch/pipermail/r-help/2002-May/019851.html) > How do I control the text in strips? Specifically, I want to put in the > ranges generated in shingle(x) where x is continuous. with an answer from Deepyan Sarkar (see strip.new t

RE: [R] Using the Rprofile file to automatically plot data on Sta rtup of R version 2.0.1.

2005-01-05 Thread Kiermeier, Andreas (PIRSA - SARDI)
Dear John, I belive your problem has to do with the sequence of startup. I think that .Rprofile is called before the required libraries are attached. You might like to try putting your code into a .First() function and run it that way. Cheers, Andreas Dr Andreas Kiermeier Statistician SARDI FO