util.theme.no.axis: Add-on theme without x/y axis

Description Usage Arguments Value Examples

View source: R/utils-plot.R

Description

quick function to remove the x/y axis

Usage

1

Arguments

axis

char, 'x','y'

Value

ggplot theme

Examples

1
2
3
4
5
library(ggplot2)
ggplot(mtcars, aes(mpg, wt)) + 
  geom_point() + 
  util.lh2.theme() +
  util.theme.no.axis('x')

6chaoran/lh2util documentation built on Nov. 29, 2020, 1:28 a.m.