Skip to content

Replace number with month

3 messages · Spilak,Jacqueline [Edm], Nordlund, Dan (DSHS/RDA), John Kane

#
Jacquie,

Try month.name[MM]or month.abb[MM].

Hope this is helpful,

Dan

Daniel J. Nordlund
Research and Data Analysis
Washington State Department of Social and Health Services
Olympia, WA  98504-5204
#
Simple brute force approach that should work:
barplot(Freq,MM, names=c('Jan','Feb','Mar', 'Apr',
'May', 'Jun','Jul', 'Aug', 'Sept', 'Oct','Nov',
'Dec'))


--- "Spilak,Jacqueline [Edm]"
<Jacqueline.Spilak at EC.gc.ca> wrote: