Re: [R] Cumulative Plot with Given X-Axis

2009-03-18 Thread Dieter Menne
Gundala Viswanath gmail.com> writes: > ...In which I want to plot accumulative value of dat1 with respect > to x-axis. Also plot it together with dat2. > > > #x-axis dat1 dat2 > -10 0.0140149 0.0140146 > -9 0.00890835 0.00891768 > -8 0.00672276 0.00672

[R] Cumulative Plot with Given X-Axis

2009-03-18 Thread Gundala Viswanath
Dear all, I have data that looks like this. In which I want to plot accumulative value of dat1 with respect to x-axis. Also plot it together with dat2. What's the common way to do it in R? I looked at ECDF from Hmisc, it doesn't seem to do what I want. In particular it doesn't allow us to give x