Skip to contents

Create a plot of rates or fractions

Usage

plot_rates_fracs(
  obj,
  which = "frac",
  height = "100%",
  width = 800,
  plotly = TRUE
)

Arguments

obj

an object from get_rates_and_fractions()

which

one of "frac" or "rate"

height

height of plot if using plotly

width

width of plot if using plotly

plotly

should the result be a plotly graph?