Description Usage Arguments Value Examples
View source: R/PlotFunctions.R
This function returns a plot of a single line extracted from a document. It uses the letterList parameter from the processHandwriting function and accepts a single value as whichLetter. Dims requires the dimensions of the entire document, since this isn't contained in processHandwriting.
1 | plotLine(letterList, whichLine, dims)
|
letterList |
Letter list from processHandwriting function |
whichLine |
Single value denoting which line to plot - checked if too big inside function. |
dims |
Dimensions of the original document |
Plot of single line.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.