remove_axis: Remove axis elements.

Description Usage Arguments Value Author(s) Examples

View source: R/remove-axis.R

Description

A simple wrapper of the theme function to quickly remove axis elements.

Usage

1
2
3
4
5
6
7
remove_axis(index = c("all", "x", "y"))

remove_all_axis()

remove_x_axis()

remove_y_axis()

Arguments

index

'all' (default), 'x' or 'y' axis will be removed.

Value

The theme.

Author(s)

Houyun Huang, Lei Zhou, Jian Chen, Taiyun Wei

Examples

1
2
3

houyunhuang/ggcor documentation built on July 22, 2020, 8:31 p.m.