[R] Line plot help

2003-07-16 Thread Carlos Rios
I was wondering if is there any way of plotting line segments on a plot. Actually I need a graph that shows the advantage of using a different method for estimate the parameter of my databse, so I've plotted the N estimatives for M areas in my database and then I've plotted the new estimation

Re: [R] Line plot help

2003-07-16 Thread Spencer Graves
Standard advice: plot to set xlim and ylim, then a loop with a separate call to lines in a loop for each line desired. Someone else may have something better for your current needs, but this works for me. hope this helps. spencer graves Carlos Rios wrote: I was wondering if is there any way

Re: [R] Line plot help

2003-07-16 Thread James MacDonald
Segments should do what you want. Try ?segments for help. Jim James W. MacDonald Affymetrix and cDNA Microarray Core University of Michigan Cancer Center 1500 E. Medical Center Drive 7410 CCGC Ann Arbor MI 48109 734-647-5623 Carlos Rios [EMAIL PROTECTED] 07/16/03 12:26PM I was wondering if