search for: ordiplot3d

Displaying 5 results from an estimated 5 matches for "ordiplot3d".

Did you mean: ordiplot
2011 Sep 09
1
envfit vector labels with ordiplot3d
Hi R experts, I'm looking for some help with plotting vectors from envfit in vegan, onto a 3d plot using ordiplot3d. So far I have data.mds <- metaMDS(data, k=3,trace = FALSE) vect_data<-envfit(data.mds,vegdata[,3:21],choices=1:3,permu=9999) ordiplot3d(data.mds,envfit=vect_data) ordixyplot(data.mds,pch=pts,envfit=vect_data) (my data's not really called data, I thought it might be easier to communicat...
2006 Dec 21
2
Drawing a 3-D plot for PCA?
Hi All, Can anyone point me a hint (package) how to draw a 3D plot using the first 3 components from PCA? Thanks a lot, FD [[alternative HTML version deleted]]
2011 Oct 27
1
Redundancy canonical analysis plot problem in 3D using VEGAN, RGL, SCATTERPLOT3D and SFSMISC
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20111027/aa73bd4c/attachment.pl>
2011 Oct 29
0
Redundancy canonical analysis plot problem in 3D using VEGAN
...trings="NA", dec=".", strip.white=TRUE # Define var. X <-ALLMAS[,c(10,14,15,16,18,19,22)] # env. (7) var. Y <-ALLMAS[,c(9,3:6)] ??? ? # y. (4) var Z <-ALLMAS[,c(25)]??? ?# Z.? (1) var covariate ENVIESRDA <-rda(Y,X,Z) ??? # Redundancy canonical analysis pl <- ordiplot3d(ENVIESRDA, angle=15, type="n") # Get $Points (1:2) , get $arrows (1:2) text(pl, "arrows", col="blue", pos=3, cex = 1) # Text env. var in plot text(pl, "points", col="red", pos=1, cex = 0.5) # Point "sites" (y.var) in plot text(pl, &quot...
2011 May 10
3
metaMDS and envfit: Help reading output
Hello R experts, I've used metaMDS to run NMDS on some fish abundance data, and am also working on correlating environmental data to the NMDS coordinates. I'm fairly new to metaMDS and NMDS in general, so I have what are probably some very basic questions. My fish abundance data consists of 66 sites for which up to 20 species of fish were identified and counted. I ran metaMDS on this data