seven_theme: General Plotting Theme

Description Usage Arguments Value

View source: R/seven_theme.R

Description

General Plotting Theme

Usage

1
2
3
4
5
6
7
8
seven_theme(
  x_angle = 0,
  x_hjust = 0.5,
  x_vjust = 0,
  y_angle = 0,
  y_hjust = 0.5,
  y_vjust = 0.5
)

Arguments

x_angle

Angle of x axis text.

x_hjust

Horizontal adjustment to x axis text.

x_vjust

Vertical adjustment to x axis text.

y_angle

Angle of y axis text

y_hjust

Horizontal adjustment to y axis text.

y_vjust

Vertical adjustment to y axis text.

Value

ggplot theme.


emhedlin/sevenR documentation built on Feb. 4, 2022, 8:53 a.m.