plotImage {handwriter} | 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)