Learn R Programming

kanjistat (version 0.14.1)

fivetrees: Sample lists of kanjimat objects

Description

Sample lists of kanjimat objects

Usage

fivetrees1

fivetrees2

fivetrees3

Arguments

Format

fivetrees1, fivetrees2 and fivetrees3 are lists of five kanjimat objects each, representing the same five basic kanji \u6821,\u6728,\u4f11,\u6797,\u76f8, containing each a tree component. Their matrices are antialiased 64 x 64 pixel representations of the kanji. The size is chosen as a compromise between aesthetics and memory/computational cost, such as for kmatdist.

All of them are in handwriting style fonts. fivetrees1 is in a Kyoukasho font (schoolbook style), fivetrees2 is in a Kaisho font (regular script calligraphy font), fivetrees3 is in a Gyousho font (semi-cursive calligraphy font).

An object of class list of length 5.

An object of class list of length 5.

An object of class list of length 5.

Examples

Run this code
oldpar <- par(mfrow = c(3,5))
invisible( lapply(fivetrees1, plot) )
invisible( lapply(fivetrees2, plot) )
invisible( lapply(fivetrees3, plot) )
par(oldpar)
  

Run the code above in your browser using DataLab