aboutsummaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2023-11-11 08:40:08 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2023-11-11 08:40:08 +0100
commitbb6726f45550088fe769cd953a3fdf3a37a8a2e5 (patch)
treef7bf7766e44415c05039f20502081ff9ffafbb92 /R
parentbf535e05f09864d5a88591d55bb8993b0619e57a (diff)
Fix to the pai documentation
Diffstat (limited to 'R')
-rw-r--r--R/chent.R7
1 files changed, 4 insertions, 3 deletions
diff --git a/R/chent.R b/R/chent.R
index fdad351..8a4ad8a 100644
--- a/R/chent.R
+++ b/R/chent.R
@@ -622,10 +622,11 @@ plot.chent = function(x, ...) {
grid.picture(x$Picture)
}
-#' An R6 class for pesticidal active ingredients and associated data
+#' @title An R6 class for pesticidal active ingredients and associated data
#'
-#' The class is initialised with an identifier which is generally an ISO common name.
-#' Additional chemical information is retrieved from the internet if available.
+#' @description The class is initialised with an identifier which is generally
+#' an ISO common name. Additional chemical information is retrieved from the
+#' internet if available.
#'
#' @docType class
#' @importFrom R6 R6Class

Contact - Imprint