Re: [R] Splom plot:how to plot with different symbols?

2007-02-21 Thread Deepayan Sarkar
On 2/20/07, d. sarthi maheshwari [EMAIL PROTECTED] wrote: Hi, Kindly let me know if I posted a wrong question in the forum. I want to draw a splom plot with different symbols in plot. My command is as follows: splom(~ log10(splomData[2:3]), groups = programs, data = splomData, panel =

Re: [R] Splom plot:how to plot with different symbols?

2007-02-21 Thread Stephen Tucker
I believe you can add these lines before your splom() command: super.sym - trellis.par.get(superpose.symbol) super.sym$pch - 1:length(super.sym$pch) # change this # to specify symbols trellis.par.set(superpose.symbol,super.sym) Best regards, --- d.

[R] Splom plot:how to plot with different symbols?

2007-02-20 Thread d. sarthi maheshwari
Hi, Kindly let me know if I posted a wrong question in the forum. I want to draw a splom plot with different symbols in plot. My command is as follows: splom(~ log10(splomData[2:3]), groups = programs, data = splomData, panel = panel.superpose, key = list(title = paste(splomLoop,Programs of Hog