Learn R Programming

handwriter (version 3.1.1)

london: Cursive written word: London

Description

Cursive written word: London

Usage

london

Arguments

Format

Binary image matrix. 148 rows and 481 columns.

Examples

Run this code
london_document <- list()
london_document$image <- london
plotImage(london_document)
london_document$thin <- thinImage(london_document$image)
plotImageThinned(london_document)
london_processList <- processHandwriting(london_document$thin, dim(london_document$image))

Run the code above in your browser using DataLab