Re: [R] Extracting data subset for plot

2010-10-12 Thread Greg Snow
If you just want to limit the plot, then specify xlim and ylim in the plot call and everything outside of those ranges will be silently ignored in the plotting. -- Gregory (Greg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare greg.s...@imail.org 801.408.8111 > -Original Mes

Re: [R] Extracting data subset for plot

2010-10-12 Thread Gavin Simpson
On Tue, 2010-10-12 at 11:44 +0800, elaine kuo wrote: > Dear list, > I want to make a plot based on the following information, using the command > plot. > > variable A for x axis : temperature (range: -20 degrees to 40 degree) > > variable B for y axis : altitude (range: 50 m to 2500 m ) Use the