R/plot_ceac.R

Defines functions plot_ceac

Documented in plot_ceac

#' Plot the Cost Effectiveness Acceptability Curve
#'
#' @param ce_data A dataframe of cost effectiveness data data as produced by \code{combine_data}.
#'
#' @return A plot of the cost effectiveness acceptability curve
#' @export
#'
#' 
#' @examples
#' 

plot_ceac <- function(ce_data = NULL) {
  
  plot <- NULL

  return(plot)
}
seabbs/ceplotr documentation built on Nov. 22, 2019, 11:07 p.m.