Carys Guest
Carys Guest

Reputation: 11

Making axis labels italic when using names.arg (R)

I have labelled my axis using the function names.arg, just wondering how to make these labels italic. Here's my code below. (Using R)

barplot(species_and_abundance_$Abundance, ylim = c(0,44), names.arg = species_and_abundance_$Species, las=2, cex.names = 0.8, ylab="Species Abundance", xlab="Species")  

Upvotes: 0

Views: 165

Answers (0)

Related Questions