-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME.Rmd
More file actions
54 lines (36 loc) · 887 Bytes
/
README.Rmd
File metadata and controls
54 lines (36 loc) · 887 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
output:
github_document:
pandoc_args: --webtex
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include = FALSE}
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 <img src="imgfile.png" height="139" align="right"/>
An R package for plotting cost-effectiveness analysis output data.
Currently contains functions to:
* tornado plots
* cost-effectiveness planes
_TODO_
- [ ] profile plots
## Installing ceplot
To install the development version from github:
```{r eval=FALSE}
library(devtools)
install_github("Health-Economics-in-R/ceplot")
```
Then, to load the package, use:
```{r eval=FALSE}
library("ceplot")
```
See package [Vignette]() for more details and examples.