R/zzz.R

Defines functions .onAttach

.onAttach <- function(lib, pkg) {
#	library.dynam("spgwr", pkg, lib)
	packageStartupMessage(paste(
            "NOTE: This package does not constitute approval of GWR",
            "as a method of spatial analysis; see example(gwr)\n", sep="\n"),
            appendLF = FALSE)
}

Try the spgwr package in your browser

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

spgwr documentation built on July 9, 2023, 6:04 p.m.