0

I have created a table in R with:

as.data.frame(table(mydata$Place))

which now looks like:

2                          Var1  Freq
1                        Aapua     4
2                      Abbekås    35
3                     Abbetorp     3
4                 Abborrberget     1
5                  Abborrtjärn     2
6                   Abborrtorp     1
7                  Abborrträsk     4

I want to sort this list according to decreasing frequency with the highest value on top.

Brian Tompsett - 汤莱恩
  • 5,195
  • 62
  • 50
  • 120
chrisk
  • 417
  • 1
  • 4
  • 9

0 Answers0