R/astsa.col.r

Defines functions astsa.col

Documented in astsa.col

astsa.col <- function(col=1, alpha=1) {  
     u <- c("black","#F6483C","#00BA38","#1874cd","#0D9AC0","#cd1874","#CD7118","gray62")
     culers = u[(col+7)%%8 + 1]
     grDevices::adjustcolor(culers, alpha=alpha)
}

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.