theme_nogrid: theme_nogrid

View source: R/mu_ggplots2_ext.R

theme_nogridR Documentation

theme_nogrid

Description

A ggplot2 theme based on theme_bw but with no grid lines and axis only on top and bottom

Usage

theme_nogrid(base_size = 8, base_family = "Helvetica")

Arguments

base_size

base size

base_family

base family

Value

the theme structure

Examples

theme_set(theme_nogrid())
dframe <- data.frame(x=runif(100),y=runif(100))
ggplot(dframe,aes(x=x,y=y)) + geom_point()

demuellae/muRtools documentation built on Sept. 8, 2023, 4:32 p.m.