Re: [R] normalised curve fitting with error bars

2009-07-03 Thread Pooja Jain
. Thank you for any help that you may extend in this matter. Best regards, -Pooja On 3 Jul 2009, at 17:32, David Winsemius wrote: On Jul 3, 2009, at 11:56 AM, Pooja Jain wrote: Dear List, My data consist of nine columns and about 50,000 rows. It looks like this. -9.0225 3.46464 2.80926

[R] normalised curve fitting with error bars

2009-07-03 Thread Pooja Jain
Dear List, My data consist of nine columns and about 50,000 rows. It looks like this. -9.0225 3.46464 2.80926 -0.3847 3.73735 1.1058 -2.989361.38901 -8.1846 -2.4315 -5.1189 1.8225 3.3798 1.7874 4.693 -3.9286 1.4266 5.7849 -3.4894 -4.0305 3.7879 3.5195 2.9186 2.8685 -6.126

Re: [R] boxplot in subgroups

2009-03-26 Thread Pooja Jain
ASA1=factor(rep(c("C","S","M"),each=100)) ASA2=factor(rep(c("C","S","M"),100)) C1_C2=runif(300) boxplot(C1_C2~ASA2*ASA1,xlim=c(0,12),at=c(1:3,5:7,9:11),xaxt="n") axis(side=1,at=c(2,6,10),labels=c("C","S","

[R] boxplot in subgroups

2009-03-25 Thread Pooja Jain
Hi, I have data that looks like this: ASA1ASA2C1_C2 C M 9.0225 S S 2.4315 M C 3.4894 M S 4.5282 C M 1.3183 C S 1.3735 S C 1.0488 S M 7.948 M C 4.5827 I need to plot Boxplots for a

Re: [R] Angstrom Symbol on Y-axis ?

2009-03-25 Thread Pooja Jain
Thanks Uwe. Did the following: ylab=expression(paste("Absolute Error ", (ring(A Kanu On 25 Mar 2009, at 14:57, Uwe Ligges wrote: > > > Pooja Jain wrote: >> Hi, >> I have started very recently with R in order to get excellent Box >> and Whisker plots.

[R] Angstrom Symbol on Y-axis ?

2009-03-25 Thread Pooja Jain
Hi, I have started very recently with R in order to get excellent Box and Whisker plots. I could plot my data nicely. However, I can't figure out from R-mailing list archive or google search either, how to place an Angstrom sign/symbol on the y-axis (any axis in principle), after a usual y