【发布时间】:2015-02-03 09:53:14
【问题描述】:
我有一个术语频率的命名列表,
> list
$`in the`
[1] 67504
$`to the`
[1] 36666
$`of the`
[1] 79665
$`on the`
[1] 31261
$`to be`
[1] 25862
$`for the`
[1] 28332
我想根据频率将它们按降序排列。这个怎么做?我尝试了 sort, sort.list, order,但有错误提示他们不接受这种类型的列表。
【问题讨论】: