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,753
  • 72
  • 57
  • 129
chrisk
  • 487
  • 1
  • 4
  • 10

0 Answers0