here is my code:
> hdata$Mono<- factor(hdata$Mon)
> ggplot(hdata, aes(y= Test1, x= Mono))+ geom_boxplot()
And this is what it is giving:
I want to format the x axis in a way so that it will start from 12 and go like this 12, 1, 2, 3, 4, 5, 6 ,7, 8