From 79123acfdd9a9b905a5b177e2b7aa0d604e52267 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 19 Nov 2021 00:22:03 +0100 Subject: Add plot example, update static docs --- man/plot.chent.Rd | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'man/plot.chent.Rd') diff --git a/man/plot.chent.Rd b/man/plot.chent.Rd index e5a8770..f2850fa 100644 --- a/man/plot.chent.Rd +++ b/man/plot.chent.Rd @@ -14,3 +14,10 @@ \description{ Plot method for chent objects } +\examples{ +caffeine <- chent$new("caffeine") +print(caffeine) +if (!is.null(caffeine$Picture)) { + plot(caffeine) +} +} -- cgit v1.2.1