diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-11-19 00:22:03 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-11-19 00:22:03 +0100 |
commit | 79123acfdd9a9b905a5b177e2b7aa0d604e52267 (patch) | |
tree | 010dbecd40bddb46aafb0bc6c8da8a1ced08532a /man | |
parent | 0056584e5168df75bca159ddf3469aa07457b77d (diff) |
Add plot example, update static docs
Diffstat (limited to 'man')
-rw-r--r-- | man/plot.chent.Rd | 7 |
1 files changed, 7 insertions, 0 deletions
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) +} +} |