Produce ggplot from HR values in data.frame (medians vs time for several trts, all in one plot)

plot_fp_HR(
  HRs,
  xlab = "Month",
  legend.pos = "right",
  breaks = c(0.125, 0.25, 0.5, 1, 2, 4, 8),
  facet = FALSE,
  ncol = NULL
)

Arguments

HRs

Value

fig