On Jan 28, 2011, at 4:53 PM, kurt_h...@nps.gov wrote:

Greetings
Though I have months in chronological order in my data table, the data
were sampled every other month (i.e., February, April, June, August,
October, December), every time I try to plot them (on the x-axis) they are
plotted in alphabetical order.  What am I missing?

A reproducible example for one thing. A short sig for another.

> monfac <- factor(month.name[sample(1:100)])
> plot(monfac)
> plot( factor(monfac, levels=month.name))


Cheers
Kurt

***************************************************************
Kurt Lewis Helf, Ph.D.
Ecologist

--

David Winsemius, MD
West Hartford, CT

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to