diff options
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") |