Skip to content

boxplot

2 messages · Mahnaz Rabbaniha, Roman Luštrik

#
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
#
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: