Skip to contents

A sample list of kanjivec objects

Usage

fivebetas

Format

fivebetas is a list of five kanjivec objects representing the basic kanji 部,障,陪,郵,陣 containing "beta" components, which come in fact from two different classical radicals:

  • 阜-->⻖ on the left: mound, small village

  • 邑-->⻏ on the right: large village

Source

The list has been generated with the function kanjivec with parameter flatten="intelligent" from the corresponding files in the KanjiVG database by Ulrich Apel (https://kanjivg.tagaini.net/).

Examples

oldpar <- par(mfrow = c(1,5), mai = rep(0,4))
invisible( lapply(fivebetas, plot, seg_depth = 2) )
#> Warning: No components at seg_depth 2. Using components at seg_depth 1

par(oldpar)