theme_DLCS: A ggplot Theme Function

View source: R/theme_DLCS.R

theme_DLCSR Documentation

A ggplot Theme Function

Description

This function adds a custom theme to ggplots from a project on Deep Learning Convolutional Stacking

Usage

theme_DLCS(...)

Examples

df<- data.frame(x=rep(seq(1,10,1),10),y=rep(rnorm(10,4),10))
ggplot(df,aes(x=x,y=y))+geom_point()+theme_DLCS()

BedeFfinian/Utilities.Package documentation built on April 14, 2025, 7:30 a.m.