search for: ash_env

Displaying 1 result from an estimated 1 matches for "ash_env".

Did you mean: bash_env
2011 Oct 04
2
Adonis and nmds help and questions for a novice.
...ooking at diversity in different soils with either woodland or grassland habitats. I have run the scripts library(vegan) library(ecodist) library(MASS) mydata <- read.table("ash_data.csv", header=TRUE, sep=",", row.names="Site") envdata_fit <- read.table("ash_env.csv", header=TRUE, sep=",", row.names="Site") #distance matrix of samples using bray curtis d= bcdist(mydata, rmzero=FALSE) And then using the distance matrix from this to use for adoins? Is this correct. With this I have then run Adonis results = adonis(d ~ wood, envda...