I am trying to calculate an Experimental-Variogram value at different lag distances, so I am using the variogramm command
variog1 <- variogram((Copper)~1,ds)
but I can't know how to specify the needed lag distance.
For example I want to get a value at h=(15, 30, 45, 60)
You can fix the lag distance in the parameter "width", or you can fix exactly the distances with the parameter "boundary". See the next example: