fivebetas | R Documentation |
A sample list of kanjivec objects
fivebetas
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
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/).
oldpar <- par(mfrow = c(1,5), mai = rep(0,4))
invisible( lapply(fivebetas, plot, seg_depth = 2) )
par(oldpar)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.