When using envfit in the vegan package, does the magnitude of each parameter matter?
I have two dataframes:
bwsp: invertebrate abundances
bwenv: five environmental parameters (distance, depth, flow, chlorophyll, phaeophytin)
Three of my parameters have similar magnitudes, and the other two are 2-3 orders of magnitude smaller. The smaller parameters don't appear on the MDS plot.
m <- metaMDS(bwsp)
ef <- envfit(m, bwenv, perm = 1000, na.rm = TRUE)
ef
plot(m)
plot(ef, add = T, p. = 0.05)