Hi,

I have 3 vectors, 
x=rnorm(10); y=rnorm(20); z=rnorm(30). 

I would like to plot 3 vectors side by side (like a
bar plot) with scatter plot something similar to the
following: 

..   ***  ;;;
..   **   ;;;
..   ***  ;;;
..   ***  ;;;
...  ***  ;;
x     y   z

How can I do this with Plot()? 

Thanks in advance.
Best regards,
Ezhil





      
____________________________________________________________________________________

[[elided Yahoo spam]]

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

Reply via email to