R/xyplot.EmpiricalSemivariogramSSN.R

Defines functions xyplot.EmpiricalSemivariogramSSN

xyplot.EmpiricalSemivariogramSSN <- function(object, ...)
{
		plot(c(1,1),type = "n")
		t.background <- trellis.par.get("background")
		t.background$col <- "white"
		trellis.par.set("background", t.background)
		xyplot(gamma ~ distance | azimuth, data=object, pch = 19, col = "black",
			as.table = TRUE, ...)
}

Try the SSN package in your browser

Any scripts or data that you put into this service are public.

SSN documentation built on March 7, 2023, 5:30 p.m.