Displaying 1 result from an estimated 1 matches for "allmas".
Did you mean:
allman
2011 Oct 29
0
Redundancy canonical analysis plot problem in 3D using VEGAN
...as
University of Quebec at Trois-Rivieres , Canada
Environmental science MSC student.
rousseat at uqtr.ca, thomasbeaumier at hotmail.com
Here is the noticed code I used;
----- CODE ----------------
# Load library
library(vegan)
library(rgl)
library(scatterplot3d)
library(sfsmisc)
# Import data
ALLMAS <- read.table("C:/data.txt", header=TRUE, sep="",
na.strings="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 covar...