theme_gradient_bg_x: Tiled Grob background for ggplot

Description Usage Arguments

View source: R/functions_f6.R

Description

Tiled Grob background for ggplot

Usage

1
2
3
4
5
6
7
theme_gradient_bg_x(
  xlim_in,
  colors = c("#7B0664", "#E32219"),
  fun = identity,
  step = 1,
  ...
)

Arguments

xlim_in

numeric vector, x range of ggplot

colors

string vector, colors to use for background gradients

fun

function, x transformation function

step

numeric, step width for x breaks (after transformation)

...

catch all parameter, for usage with purrr::pmap() and unexpected parameters


k-hench/GenomicOriginsScripts documentation built on July 24, 2021, 3:05 p.m.