R/onLoad.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname){
	# setting the two options
	
	options("HDclassif.show" = FALSE)
	
	invisible()
}

Try the HDclassif package in your browser

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

HDclassif documentation built on April 12, 2025, 1:52 a.m.