Re: [R] how to control significant digits(?) on axis labels

2009-05-01 Thread jt123
I ran into the same problem - for me, wrapping the axis vector in FORMAT worked well (see below); it may or may not be elegant but was effective for your problem I think. JT #at - pretty(xlim) at - format(pretty(xlim), digits=2) # at - pretty(ylim) at - format(pretty(ylim), digits=2)

Re: [R] non-interactive connection to SQL Server

2009-01-30 Thread jt123
Moshe, Thanks so much for the added comment, I had fallen into the exact same little syntax pitfall. Your clarification really helped! Jack Moshe Olshansky-2 wrote: Yes, it does - thank you! The only thing I forgot (and it took me a while to find this out) was to separate the fields by