signature_activity_figure: Plot the activities of signature(s) as both counts and...

Description Usage Arguments Value

View source: R/plot_activities.R

Description

Plot the activities of signature(s) as both counts and proportions

Usage

1
2
3
4
5
6
signature_activity_figure(
  x,
  legendPosition = "bottom",
  countYlim = NULL,
  propYlim = NULL
)

Arguments

x

A TidySig tibble

legendPosition

One of ("top", "bottom", "right" or "left") for legend placement

countYlim

custom y-limits for the count plot

propYlim

custom y-limits for the proportions plot

Value

a ggplot2 object of two plots, one of counts and one of proportions


edawson/tidysig documentation built on May 2, 2020, 5:33 a.m.