summaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
Diffstat (limited to 'R')
-rw-r--r--R/chent.R3
1 files changed, 3 insertions, 0 deletions
diff --git a/R/chent.R b/R/chent.R
index a159ece..05066b8 100644
--- a/R/chent.R
+++ b/R/chent.R
@@ -656,6 +656,9 @@ plot.chent = function(x, ...) {
#' if (!is.null(atr$Picture)) {
#' plot(atr)
#' }
+#' # We can also define pais that are not found on the BCPC site
+#' decanol <- pai$new("1-Decanol")
+#' print(decanol)
pai <- R6Class("pai",
inherit = chent,
public = list(

Contact - Imprint