[R-sig-phylo] Help with 3D NMDS Plot

2014-03-24 Thread Mok Shao Feng
Hi, I am trying to plot a 3D NMDS, which I can do it using the following codes; nmds-read.table(file=my.file, header=T)nmds.col-c(rep(green, 10), rep(blue, 8), rep(red, 8))plot3d(nmds$axis1, nmds$axis2, nmds$axis3, col=nmds.col, xlab=1st Dimension, ylab=2nd Dimension, zlab=3rd Dimension,

Re: [R-sig-phylo] Help with 3D NMDS Plot

2014-03-30 Thread Mok Shao Feng
Hi, I am trying to plot a 3D NMDS, which I can do it using the following codes;  nmds-read.table(file=my.file, header=T) nmds.col-c(rep(green, 10), rep(blue, 8), rep(red, 8)) plot3d(nmds$axis1, nmds$axis2, nmds$axis3, col=nmds.col, xlab=1st Dimension, ylab=2nd Dimension, zlab=3rd Dimension,