plotImage | R Documentation |
This function plots a basic black and white image.
plotImage(doc)
doc |
A document processed with |
ggplot plot
csafe_document <- list()
csafe_document$image <- csafe
plotImage(csafe_document)
## Not run:
document <- processDocument('path/to/image.png')
plotImage(document)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.