diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-02-19 20:46:18 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-02-19 20:47:45 +0100 |
commit | a7e2c2008699b590325ccd848562881251676faf (patch) | |
tree | 666eb9f4728d4693625138262888f343c86d3d2c /man | |
parent | b883e6075bd76f979fbffdb768313665681315a0 (diff) |
Fix example
Diffstat (limited to 'man')
-rw-r--r-- | man/chent.Rd | 2 |
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") |