I am have created a taxonomic table using MetabaR and have been using theme() to edit aspects of this. However, when the figure is initially produced it has names that are angled, difficult to read, overlap, and run out of the boundary.
I know that theme () works in layers and I have tried using theme(text= element_blank()) to get rid of these names so then I can then customise them with more options but this just clears all text around my legends and not the taxa names.
what packages could tidy these as I know that theme() is for manipulating non-data components
I am have created a taxonomic table using MetabaR and have been using theme() to edit aspects of this. However, when the figure is initially produced it has names that are angled, difficult to read, overlap, and run out of the boundary.
I know that theme () works in layers and I have tried using theme(text= element_blank()) to get rid of these names so then I can then customise them with more options but this just clears all text around my legends and not the taxa names.
what packages could tidy these as I know that theme() is for manipulating non-data components