Displaying 2 results from an estimated 2 matches for "lu2_loc_rda_1".
Did you mean:
lu2_loc_rda
2017 Sep 16
2
Help with RDA analysis, function ''varpart'' in vegan
...ables.
In each matrix, the number of the rows is the same (the sites) and there
are different column number (measured varibakes).
I use the follow script:
WQ_RDA <- read.csv("F:/Sher_sophi_new3/RDA/WQ_RDA_1.csv", row.names = 1)
LU2_loc_RDA <- read.csv("F:/Sher_sophi_new3/RDA/LU2_loc_RDA_1.csv",
row.names = 1)
LU2_bas_RDA <- read.csv("F:/Sher_sophi_new3/RDA/LU2_basin_RDA_1.csv",
row.names = 1)
comm <- read.csv("F:/Sher_sophi_new3/RDA/Final_true_OTUs_97_1.csv",
row.names = 1)
x1 = as.matrix(WQ_RDA)
x2 = as.matrix(LU2_loc_RDA)
x3 = as.matrix(LU2_bas_RDA)...
2017 Sep 17
0
Help with RDA analysis, function ''varpart'' in vegan
...number of the rows is the same (the sites) and there
> are different column number (measured varibakes).
>
> I use the follow script:
>
> WQ_RDA <- read.csv("F:/Sher_sophi_new3/RDA/WQ_RDA_1.csv", row.names = 1)
> LU2_loc_RDA <- read.csv("F:/Sher_sophi_new3/RDA/LU2_loc_RDA_1.csv",
> row.names = 1)
> LU2_bas_RDA <- read.csv("F:/Sher_sophi_new3/RDA/LU2_basin_RDA_1.csv",
> row.names = 1)
> comm <- read.csv("F:/Sher_sophi_new3/RDA/Final_true_OTUs_97_1.csv",
> row.names = 1)
>
> x1 = as.matrix(WQ_RDA)
> x2 = as.matrix(L...