From bb6726f45550088fe769cd953a3fdf3a37a8a2e5 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 11 Nov 2023 08:40:08 +0100 Subject: Fix to the pai documentation --- R/chent.R | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'R/chent.R') 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 -- cgit v1.2.1