Remove the label

Hi. This is my script:

df.m <- melt(PB_MODERATE, id.var = "MONTH")
ggplot(data = df.m, aes(x=variable, y=value)) + geom_boxplot(aes(fill=MONTH)) + ylab("SPI")\

and this is the plot:
Rplot

how can i remove the variable label?

+ xlab(NULL)
1 Like

thank you very much sir! as a newbie, i am so happy and appreciate your help! :slight_smile:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.