diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-12-19 12:31:56 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-12-19 12:38:07 +0100 |
commit | 886c9ef013124aa954d960c655b349b5340ff154 (patch) | |
tree | cc25364040ce87893d21581380de48c7e9bee422 /R/parplot.R | |
parent | 0023df3c31fac29b5f9337ecd732a5dfd4d51a2d (diff) |
Rename template folder, create format
Instead of rmarkdown::pdf_document, mkin::hierarchical_kinetics is used
as a document format in the template. In this way, the template file can
be freed from some R code and yaml options that the average user does
not have to be aware of.
Diffstat (limited to 'R/parplot.R')
-rw-r--r-- | R/parplot.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/parplot.R b/R/parplot.R index e9c18947..3da4b51a 100644 --- a/R/parplot.R +++ b/R/parplot.R @@ -23,7 +23,7 @@ #' of the in vitro erythropoiesis. BMC Bioinformatics. 2021 Oct 4;22(1):478. #' doi: 10.1186/s12859-021-04373-4. #' @seealso [multistart] -#' @importFrom stats median +#' @importFrom stats median quantile #' @export parplot <- function(object, ...) { UseMethod("parplot") |