u_scripts(Unicode)
u_scripts()所属R语言包:Unicode
Unicode Scripts
Unicode脚本
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Unicode scripts.
Unicode编码。
用法----------Usage----------
u_scripts(x)
参数----------Arguments----------
参数:x
a character vector with the names of Unicode scripts.
字符向量与Unicode编码的名称。
值----------Value----------
If x is missing, a list of the Unicode scripts given as u_char_range Unicode character ranges, with the (full) block names as names.
如果x丢失,u_char_rangeUnicode字符范围,(已满)块名称,作为名的Unicode脚本的列表。
If x is given, a (sub)list of the specific Unicode scripts.
如果x给出,(子)列表中的特定的Unicode脚本。
参考文献----------References----------
Unicode Character Database (http://www.unicode.org/ucd/)
参见----------See Also----------
u_char_property to find the script (property) of Unicode characters.
u_char_property找到Unicode字符的脚本(属性)。
实例----------Examples----------
scripts <- u_scripts()
names(scripts)
## Total number of code points assigned to the scripts:[#总数的代码点指定的脚本:]
sort(sapply(scripts, function(s) sum(n_of_u_chars(s))),
decreasing = TRUE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|