aboutsummaryrefslogtreecommitdiff
path: root/man/chent.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/chent.Rd')
-rw-r--r--man/chent.Rd8
1 files changed, 6 insertions, 2 deletions
diff --git a/man/chent.Rd b/man/chent.Rd
index 8d85de1..a90a3b3 100644
--- a/man/chent.Rd
+++ b/man/chent.Rd
@@ -55,9 +55,13 @@ configured for use with PythonInR}
\examples{
oct <- chent$new("1-octanol", smiles = "CCCCCCCCO")
print(oct)
-plot(oct)
+if (requireNamespace("grConvert")) {
+ plot(oct)
+}
caffeine <- chent$new("caffeine")
print(caffeine)
-plot(caffeine)
+if (requireNamespace("grConvert")) {
+ plot(caffeine)
+}
}
\keyword{data}

Contact - Imprint