diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-08-22 12:01:57 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-08-22 12:01:57 +0200 |
commit | 83c8575e2abde12208584b9c80935d4a873689fd (patch) | |
tree | 4d18e4843ef06d9b1f9330910d370892692f7b98 /pkg/R | |
parent | 405c10b443aacfe9aab15f4ab2797e92def9f246 (diff) |
Small documentation updates
Diffstat (limited to 'pkg/R')
-rw-r--r-- | pkg/R/pfm_chent.R | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pkg/R/pfm_chent.R b/pkg/R/pfm_chent.R index 3c950ec..67037cb 100644 --- a/pkg/R/pfm_chent.R +++ b/pkg/R/pfm_chent.R @@ -17,12 +17,13 @@ #' R6 class for holding a chemical entity #' -#' An R6 class for holding information about a chemical entity +#' An R6 class for holding information about a chemical entity that is useful +#' for fate modelling #' #' @docType class #' @importFrom R6 R6Class #' @export -#' @format An \code{\link{R6Class}} generator object. +#' @format An \code{\link{R6Class}} generator object #' @field acronym Acronym for local use #' @field smiles SMILES code #' @field mw Molecular weight |