Hi All,
After using negatives = "scale" parameter in plot function, R2 is still not in the range 0-1 [right side, species plot].
And here is my code:
results <- internalStructure(model_anv,fractions = "proportional")plot(results, negatives = "scale")
Is there any way to get the species plot's R squareds in the 0-1 range.
Hi All, After using
negatives = "scale"
parameter inplot
function, R2 is still not in the range 0-1 [right side, species plot]. And here is my code:results <- internalStructure(model_anv,fractions = "proportional")
plot(results, negatives = "scale")
Is there any way to get the species plot's R squareds in the 0-1 range.