I used ggord to create NMDS plot in R. It shows both plots and species together, but I want to remove all species names and arrows as well from the plot. Any solution?
Here is my code:
ggord(spherblr.nmds, envherblr$ecoutil,
cols=c("red", "lightcoral", "chocolate", "orange", "darkgreen", "yellowgreen"))+
scale_shape_manual("Groups", values=c(15, 0, 19, 1, 17, 2))+
theme(panel.grid.major = element_blank(), panel.grid.minor = element_blank())+
geom_text(mapping = NULL, label="none")
My plot looks as follows: