R/zzz.R

Defines functions .onUnload .onLoad

.onLoad <- function(libname, pkgname){ 
			 palette(c("black","#F6483C","#00BA38","#1874cd","#0D9AC0","#cd1874","#CD7118","gray62"))
			 }
			 
.onUnload <- function(libpath){ 
			 palette("default")
			 }	 

Try the astsa package in your browser

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

astsa documentation built on Jan. 10, 2023, 1:11 a.m.