Dear all, maybe my question is very simple and basically.please accept my apologize. for coding of box plot i send this order on my data with two column: month (May-09,.....Dec-10) and temperature. boxplot(Temprature~month) but in plot the X shown Dec-10 to the May-09, it is just convert.what is problem and how can revise it. so thanks mahnaz
boxplot
2 messages · Mahnaz Rabbaniha, Roman Luštrik
Hi, I will venture a guess that your `month` variable is a factor. If true, you will have to change the order of levels. http://stackoverflow.com/questions/18413756/re-ordering-factor-levels-in-data-frame Cheers, Roman On Tue, Nov 24, 2015 at 5:51 PM, Mahnaz Rabbaniha <rab.mahnaz at gmail.com> wrote:
Dear all,
maybe my question is very simple and basically.please accept my apologize.
for coding of box plot i send this order on my data with two column: month
(May-09,.....Dec-10) and temperature.
boxplot(Temprature~month)
but in plot the X shown Dec-10 to the May-09, it is just convert.what is
problem and how can revise it.
so thanks
mahnaz
[[alternative HTML version deleted]]
_______________________________________________ R-sig-ecology mailing list R-sig-ecology at r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-ecology
In God we trust, all others bring data. [[alternative HTML version deleted]]