Hi Georg,
Your problem with the geom_text was that you tried to count Var1 in some
bins which cannot be defined on characters - the counts you really wanted
to use are in Anzahl. This should do what you want:
library(ggplot2)
freq_ls <- structure(list(Var1 = c("zldkkd", "aakdkdk","aaakdkd",
"aai
Hi All,
my current code looks lke this:
freq_ls <- structure(list(Var1 = c("zldkkd", "aakdkdk",
"aaakdkd", "aaieiwo", "vöalsl",
"ssddkdk",
"glowowp", "laoiw", "ruklow",
"rolsl",
"delk
2 matches
Mail list logo