Very basic question here as I\'m just starting to use R, but I\'m trying to create a bar plot of factor counts in ggplot2 and when plotting, get 14 little colored blips repr
From my point of view this error
"Error: Aesthetics must either be length one, or the same length as the data"
refers to the argument aes(x,y)
I tried the na.omit() and worked just fine to me.