aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-02-19 20:46:18 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2019-02-19 20:47:45 +0100
commita7e2c2008699b590325ccd848562881251676faf (patch)
tree666eb9f4728d4693625138262888f343c86d3d2c /man
parentb883e6075bd76f979fbffdb768313665681315a0 (diff)
Fix example
Diffstat (limited to 'man')
-rw-r--r--man/chent.Rd2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/chent.Rd b/man/chent.Rd
index 73cb728..29fba70 100644
--- a/man/chent.Rd
+++ b/man/chent.Rd
@@ -55,7 +55,7 @@ configured for use with PythonInR}
\examples{
oct <- chent$new("1-octanol", smiles = "CCCCCCCCO")
print(oct)
-if (!is.null(caffeine$Picture)) {
+if (!is.null(oct$Picture)) {
plot(oct)
}
caffeine <- chent$new("caffeine")

Contact - Imprint