R/zzz.r

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
	# register theme
	register.theme()
		
	invisible()
}

Try the rtsplot package in your browser

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

rtsplot documentation built on Sept. 24, 2023, 1:07 a.m.