From a7e2c2008699b590325ccd848562881251676faf Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 19 Feb 2019 20:46:18 +0100 Subject: Fix example --- inst/examples/octanol.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inst') 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) } -- cgit v1.2.1