diff options
| author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2026-06-22 15:53:43 +0200 |
|---|---|---|
| committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2026-06-22 15:53:43 +0200 |
| commit | 46735d7a6d429bb0c50f951763797f321a0d77ca (patch) | |
| tree | 3f5760f190d67ca98d5260a7544cbc56f736cf67 /R/mkinds.R | |
| parent | a18b7e5968e25c41a18ca3e6ba5d01a96e9eb408 (diff) | |
| parent | 1519d761ebb8c10350402b294907102d960b15a2 (diff) | |
Merge remote-tracking branch 'refs/remotes/origin/main'
Diffstat (limited to 'R/mkinds.R')
| -rw-r--r-- | R/mkinds.R | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -3,7 +3,7 @@ #' @description #' At the moment this dataset class is hardly used in mkin. For example, #' mkinfit does not take mkinds datasets as argument, but works with dataframes -#' such as the on contained in the data field of mkinds objects. Some datasets +#' such as the one contained in the data field of mkinds objects. Some datasets #' provided by this package come as mkinds objects nevertheless. #' #' @importFrom R6 R6Class @@ -87,6 +87,11 @@ print.mkinds <- function(x, data = FALSE, ...) { #' Time normalisation factors are initialised with a value of 1 for each #' dataset if no data are supplied. #' +#' @note +#' Currently, no functions making use of the defined class structure +#' are available in this package. Refer to [D24_2014] for an example +#' dataset in this structure, with some example evaluations. +#' #' @examples #' #' mdsg <- mkindsg$new("Experimental X", experimental_data_for_UBA_2019[6:10]) |
