Re: [R] splom Tick Location

2011-06-03 Thread Deepayan Sarkar
On Tue, May 31, 2011 at 6:45 PM, Elliot Joel Bernstein wrote: > When using the 'splom' function of the 'lattice' packge, is it possible to > get all the tick marks in the outer margins of the plot? No. -Deepayan > > X <- as.data.frame(matrix(rnorm(1000), 100, 10)) > plot(X) ## Tick marks are in

[R] splom Tick Location

2011-05-31 Thread Elliot Joel Bernstein
When using the 'splom' function of the 'lattice' packge, is it possible to get all the tick marks in the outer margins of the plot? X <- as.data.frame(matrix(rnorm(1000), 100, 10)) plot(X) ## Tick marks are in the outer margin splom(X) ## Tick marks are inside the on-diagonal panels Thanks. - El