I have some spatially autocorrelated vegetation data, and would like to know the how well tree size measured at one location can predict tree size in plots 100m away.
I've made a semivariogram of the data, but am wondering if I can calculate an R squared value from this? From my (basic) understanding, I'm thinking the semivariance at the sill gives the total variance in the data, whereas the semivariance at 100m measures the variance at that distance; so $\small 1-\frac{\text{semivariance at 100m}}{\text{semivariance at sill}}$ might be equivalent to an $R^2$ value for the relationship between plots separated by 100m?
For example, if I have a semivariance of 10 at the sill and 2 at 100m, would this suggest that 1-2/10 = 80% of the variation in tree size across all plots can be explained by tree size in plots 100m away?