Description Usage Arguments Value Author(s) Examples
View source: R/show_ng_pair_sound.R
show in-ing en-eng pair sound words
1 | show_ng_pair_sound(shengMu, yunMU)
|
shengMu |
a sheng mu vector |
yunMU |
a yunMu vector |
words all possible pairs of words with the combination of sheng mu and yun mu
lgm
1 2 3 4 5 6 | ing <- c('in','ing')
eng <- c('en','eng')
pre_ing <- c('b','d','j','l','m','n','p','y')
pre_eng <- c('b','c','ch','d','f','g','k','m','n','p','s','sh','w','z','zh')
show_ng_pair_sound(pre_ing,ing)
show_ng_pair_sound(pre_eng,eng)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.