-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
39 lines (24 loc) · 1.08 KB
/
README.Rmd
File metadata and controls
39 lines (24 loc) · 1.08 KB
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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# modelgraph
<!-- badges: start -->
<!-- badges: end -->
An R interface for the `tikz` LaTeX package for making compartmental model flow diagrams
Éric Marty
`modelgraph` is designed to produce flow diagrams for compartmental models, stored as LaTeX code.
As such, `modelgraph` works most seamlessly within an Rmarkdown document with PDF output, where the stored LaTeX code can be embedded in the document directly. However, the LaTeX code can also be saved to a `.tex` file for inclusion elsewhere.
Here's an example of what is possible using `modelgraph`:

## Installation
`modelgraph` is under active development. It will eventually be released as an R package.
It is possible to use modelgraph in its current state. Please read `pre-release-introduction.Rmd` or `pre-release-introduction.pdf` for instructions.