I want to put one label of x axis with italics font with this code:
scale_x_discrete(labels = c("factor1", "<i>factor2</i>"))+
But it doesn't work. Do I need to install some package? Is there an alternative way to do so?
factor2"))+ But it doesn't work. Do" /> factor2"))+ But it doesn't work. Do" /> factor2"))+ But it doesn't work. Do"/>
I want to put one label of x axis with italics font with this code:
scale_x_discrete(labels = c("factor1", "<i>factor2</i>"))+
But it doesn't work. Do I need to install some package? Is there an alternative way to do so?
Copyright © 2021 Jogjafile Inc.
I would suggest to overwrite the labels as such: