R/print.ecespa.getis.R

Defines functions `print.ecespa.getis`

`print.ecespa.getis` <-
function(x,...)
{

cat("Getis local density function of the dataset", x$dataname,  "\n computed for a radius R=",x$R, 
", with a grid of", x$nx, "x",x$ny,".\n")
     
cat("Plot it to see the result.\n")
}

Try the ecespa package in your browser

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

ecespa documentation built on Jan. 6, 2023, 1:21 a.m.