Hello, I'm fairly new to R and having trouble displaying my data graphically to a publishable quality. I have a multivariate data-set (columns all the same length), 8 environmental variables and 3 species diversity variables. I'm simply trying to display bivariate plots of the environmental variables against the species diversity variables (response variables). As there will be many graphs, I think it best to do it as par(mfrow = c(3,4)) - twice over. The way I'm doing it at the moment looks a bit messy. How do you reduce the space between graphs, delete the values that are automatically put on the axes, and put text on the graph (e.g. R and p values).
I'd be very grateful for any help, Many thanks, Robyn [[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.