Learn R Programming

handwriter (version 3.2.4)

plotImageThinned: Plot Thinned Image

Description

This function returns a plot with the full image plotted in light gray and the thinned skeleton printed in black on top.

Usage

plotImageThinned(doc)

Value

gpplot plot of thinned image

Arguments

doc

A document processed with processHandwriting()

Examples

Run this code
csafe_document <- list()
csafe_document$image <- csafe
csafe_document$thin <- thinImage(csafe_document$image)
plotImageThinned(csafe_document)

Run the code above in your browser using DataLab