In the spatstat package, why doesn't the markvario function allow distances greater than 1/4 of the window length for variogram calculation?
markvario(X, correction = c("isotropic", "Ripley", "translate"), r = NULL, method = "density", ..., normalise=FALSE)
The argument r is a numeric vector. The values of the argument r at which the mark variogram gamma(r) should be evaluated.
The window length for the spruces dataset is 200m, but the variogram plot shows distances until 50m only, even specificating r to [0, 200].
plot(markvario(longleaf,r=seq(0,200, by=0.5))) marked variogram for spruces