R/theme.R

Defines functions tdTheme

Documented in tdTheme

tdTheme <- function(pch = 21:25,
                    col.points = brewer.pal(n= 8, 'Dark2'),
                    fill = brewer.pal(n= 8, 'Pastel2'),
                    cex = 1.1,
                    ...){
    simpleTheme(pch = pch,
                col.points = col.points,
                fill = fill,
                cex = cex,
                ...)
}

Try the tdr package in your browser

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

tdr documentation built on May 2, 2019, 8:34 a.m.