Skip to content

dates are shown as X15.Feb.03

1 message · Duncan Murdoch

#
On 9/27/2005 12:13 PM, Chris Buddenhagen wrote:
It looks as though you have column headings like "15dec02".  That's not 
a legal R variable name, so it prepends the X to make it into one.  That 
way you can do things like glyp$X15dec02 to extract that column. 
glyp$15dec02 would give a syntax error.
Various functions implement error bars, but I haven't used them in a 
long  time, so I'll leave this question for someone else to answer.

Duncan Murdoch