knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%",
  tidy = FALSE,
  error = FALSE,
  fig.width = 5,
  fig.height = 5
)

ceplot

An R package for plotting cost-effectiveness analysis output data.

Currently contains functions to:

TODO

Installing ceplot

To install the development version from github:

library(devtools)
install_github("Health-Economics-in-R/ceplot")

Then, to load the package, use:

library("ceplot")

See package Vignette for more details and examples.



n8thangreen/plotCostEffectiveness documentation built on Feb. 6, 2023, 4:53 a.m.