R/plot_willingness.R

Defines functions plot_willingness

Documented in plot_willingness

#' Plot the Willingness to Pay
#'
#'
#' @inheritParams plot_ceac
#' @return A plot of the willingness to pay
#' @export
#'
#' 
#' @examples
#' 

plot_willingness <- function(ce_data = NULL) {
  
  plot <- NULL
  
  
  return(plot)
}
seabbs/ceplotr documentation built on Nov. 22, 2019, 11:07 p.m.