How to label words in italics for x axis?
Code:
nr$species <- factor(nr$species,
levels=c( "Gaur", "Sambar", "SpottedDeer", "IndianMuntjac", "WildBoar"))
Change the looks of text in ggplot using theme:
+ theme(axis.text.x = element_text(face = "italic"))
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With