diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-10-19 16:10:34 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-10-19 16:10:34 +0200 |
commit | 2ded0424ba1a2ad6d6e265dd785b9c5f54d53319 (patch) | |
tree | 0b91bdf92765bd2c0a1f4982b3df784ae46fc89d /R | |
parent | 76084872526d7c6fc6a48e893c8240b323d61a87 (diff) |
Add the R6 class mkinds
Diffstat (limited to 'R')
-rw-r--r-- | R/mkinds.R | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |