In the attached image for a Shannon diversity bar graph, the bar names/labels are not shown for each individual bar. Some are missing. The code I am using is just the basic barplot
barplot(
shannon[all], las = 2,
names.arg = paste(sample_type[all], sample_name[all])
)
How can I make the font size smaller and/or make the names angled to leave more room?