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 Aug. 23, 2023, 9:06 a.m.