Learn R Programming

kanjistat (version 0.14.1)

fivebetas: A sample list of kanjivec objects

Description

A sample list of kanjivec objects

Usage

fivebetas

Arguments

Format

fivebetas is a list of five kanjivec objects representing the basic kanji \u90e8,\u969c,\u966a,\u90f5,\u9663 containing "beta" components, which come in fact from two different classical radicals:

  • \u961c-->\u2ed6 on the left: mound, small village

  • \u9091-->\u2ecf on the right: large village

Examples

Run this code
oldpar <- par(mfrow = c(1,5), mai = rep(0,4))
invisible( lapply(fivebetas, plot, seg_depth = 2) )
par(oldpar)
  

Run the code above in your browser using DataLab