aboutsummaryrefslogtreecommitdiff
path: root/inst
diff options
context:
space:
mode:
Diffstat (limited to 'inst')
-rw-r--r--inst/examples/octanol.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/inst/examples/octanol.R b/inst/examples/octanol.R
index 8818836..47c2140 100644
--- a/inst/examples/octanol.R
+++ b/inst/examples/octanol.R
@@ -1,5 +1,5 @@
oct <- chent$new("1-octanol", smiles = "CCCCCCCCO")
print(oct)
-if (!is.null(caffeine$Picture)) {
+if (!is.null(oct$Picture)) {
plot(oct)
}

Contact - Imprint