R/zzz.R

Defines functions .onAttach

#' @export
.onAttach <- function(...) {
  packageStartupMessage("\nTo start with the shiny web-interface, please digit:
runGeoWeightedModel()\n")
}

Try the GeoWeightedModel package in your browser

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

GeoWeightedModel documentation built on May 29, 2024, 8:35 a.m.