Posts by Ana Luiza Costa • 11 points
1 post
-
1
votes0
answers32
viewsQ: How to create a polygon in nmds graph using ggplot2?
I’m trying to create a polygon but I can’t get it filled and complete. geral<-read.csv2("flora.csv", header=TRUE, stringsAsFactors = T);head(geral) comgeral = geral[,4:ncol(geral)] m_comg =…