aboutsummaryrefslogtreecommitdiff
path: root/R/mkinds.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-10-19 16:10:34 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-10-19 16:10:34 +0200
commit2ded0424ba1a2ad6d6e265dd785b9c5f54d53319 (patch)
tree0b91bdf92765bd2c0a1f4982b3df784ae46fc89d /R/mkinds.R
parent76084872526d7c6fc6a48e893c8240b323d61a87 (diff)
Add the R6 class mkinds
Diffstat (limited to 'R/mkinds.R')
-rw-r--r--R/mkinds.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/mkinds.R b/R/mkinds.R
index 17d40875..b86751fb 100644
--- a/R/mkinds.R
+++ b/R/mkinds.R
@@ -30,7 +30,7 @@
#' @field replicates The number of replicates
#' @field data A dataframe with at least the columns name, time and value
#' in order to be compatible with mkinfit
-#' @examples inst/examples/mkinds.R
+#' @example inst/examples/mkinds.R
mkinds <- R6Class("mkinds",
public = list(
title = NULL,

Contact - Imprint