diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2023-11-11 08:40:08 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2023-11-11 08:40:08 +0100 |
commit | bb6726f45550088fe769cd953a3fdf3a37a8a2e5 (patch) | |
tree | f7bf7766e44415c05039f20502081ff9ffafbb92 /R | |
parent | bf535e05f09864d5a88591d55bb8993b0619e57a (diff) |
Fix to the pai documentation
Diffstat (limited to 'R')
-rw-r--r-- | R/chent.R | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |