Hi everyone!
I am doing an R BoxPlot of OTU abundance trough different samples, but the labels of the x axes are incomplete: For example, one sample name is T1P1_T2_C-1, but in the plot, the labels show only from the P letter.
The code I am using is:
boxplot(OTUs[, 2:13], main="Boxplot OTU's abundance", cex.names=0.2, las=2)
The labels in the x axis are shown in vertical.
Thank you for your help!