R/zzz.r

Defines functions .onLoad

.onLoad <- function( libname, pkgname ) {
	
	# Default to weird theme
	ggplot2::theme_set( theme_weird() )
	
}
weirddatascience/grimoire documentation built on Oct. 26, 2024, 5:44 a.m.