'Pseudo Cross-Variograms for non collocated data sets - Cokriging

I found that code for collocated Cokriging but I want to do Uncollocated Pseudo Cross-Variograms for Cokriging.

So, is that a correct function for Pseudo Cross-Variograms?

v.cross <- variogram(g, cutoff=60000, width=100, pseudo=0)


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source