aboutsummaryrefslogtreecommitdiff
path: root/man/hierarchical_kinetics.Rd
blob: 4bb82a4c84108fa247c42e3fe4cf1c3fe2c29387 (plain) (blame)
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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/hierarchical_kinetics.R
\name{hierarchical_kinetics}
\alias{hierarchical_kinetics}
\title{Hierarchical kinetics template}
\usage{
hierarchical_kinetics(..., keep_tex = FALSE)
}
\arguments{
\item{...}{Arguments to \code{rmarkdown::pdf_document}}

\item{keep_tex}{Keep the intermediate tex file used in the conversion to PDF}
}
\value{
R Markdown output format to pass to
\code{\link[rmarkdown:render]{render}}
}
\description{
R markdown format for setting up hierarchical kinetics based on a template
provided with the mkin package.
}
\examples{

\dontrun{
library(rmarkdown)
draft("New analysis.rmd", template = "hierarchical_kinetics", package = "mkin")
}

}

Contact - Imprint