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))