Skip to contents

This function HaDeXifies plot. It adds HaDeX logo and ggplot theme.

Usage

HaDeXify(plt)

Arguments

plt

ggplot object. Plot to HaDeXify.

Value

a ggplot2 object.

Details

Function adds the logo of HaDeX package in the left down corner of the plot and the HaDeX theme.

Examples

diff_uptake_dat <- create_diff_uptake_dataset(alpha_dat)
HaDeXify(plot_differential(diff_uptake_dat))
#> Warning: Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0.
#>  Please use `linewidth` instead.
#>  The deprecated feature was likely used in the HaDeX package.
#>   Please report the issue to the authors.