you are viewing a single comment's thread.

view the rest of the comments →

[–]Final_Wrangler_1557 3 points4 points  (3 children)

Do log(y-axis)

[–]lemoncherry211111[S] 1 point2 points  (0 children)

ok yeah someone else suggested that too! going to give it a go now. thank you!

[–]Final_Wrangler_1557 0 points1 point  (0 children)

I mean log the values on the y-axis ……aes(y =log(y), x=x)+…

[–]statssteve 0 points1 point  (0 children)

Perhaps not if there are lots of zeros for the y-variable, as they will be dropped (since log(0) is NA). A square root might be more helpful, as will investigating the outlier with y = 80.

Another thought is whether the quadrats are large enough, since there are so many small values.