R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
	message("executing: flowViz.par.set(theme = trellis.par.get(), reset = TRUE)") 
	val <- dev.cur()
	flowViz.par.set(theme = trellis.par.get(), reset = TRUE)
	if (val == 1)
		dev.off()
}
ornelles/flowExtra documentation built on March 1, 2020, 9:33 a.m.