Skip to content
Prev 4950 / 7420 Next

Plot NMDS with size of the points related to abundance

Hi Barbara,

You don't provide a reproducible example or even tell us what
package/function you used to create your NMDS ordination, but you can
extract the coordinates, and use them plus your cover values to create
a bubble plot in several different ways, including symbols(), the pch
argument to base plotting functions, and ggplot().

There's a nice tutorial for one method here:
http://flowingdata.com/2010/11/23/how-to-make-bubble-charts/
but searching for "bubble plot in R" will get you many more options.

Sarah
On Tue, Mar 17, 2015 at 11:23 AM, Barbara Baraibar Padro <bub14 at psu.edu> wrote: