Hi R User, I was calculating a temperature (nestedness value) using nestedtemp and was able to plot the temperature for each species and sites, but I could not extract the information into table what is displayed in figure. It must be simple but I could not extract. any suggestions?
library(bipartite) data(vazarr) vazarr[1:5,1:5] B<-nestedtemp(vazarr) plot(B) I wanted to see the information of the plot B into a table. Also, In the figure I wanted to change the colors so that it would be more contrast. your suggestions would help me a lot. Thanks, KG [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.