Re: [R] splom Tick Location

2011-06-03 Thread Deepayan Sarkar
On Tue, May 31, 2011 at 6:45 PM, Elliot Joel Bernstein
elliot.bernst...@fdopartners.com 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 the outer margin
 splom(X) ## Tick marks are inside the on-diagonal panels

 Thanks.

 - Elliot

        [[alternative HTML version deleted]]

 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.


__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[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.

- Elliot

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.