R/defCol.R

Defines functions defCol

Documented in defCol

##' Returns 10 default colors
##'
##' @title Default colors
##' @return vector of colors
defCol <- function(){
    mycols <- c("#E41A1C", "#377EB8", "#4DAF4A", "#984EA3",
                "#FF7F00", "#FFFF33", "#A65628", "#F781BF", "#999999", "blue")
    return(mycols)
}

Try the ADPclust package in your browser

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

ADPclust documentation built on May 2, 2019, 9:23 a.m.