I have two columns - one with week days and one with three values (positive, negative and neutral).
plot( overall_sentiment~ comments_created_at, data = Meteor)
I want a plot with weekdays on the x-axis and bars with the count of positive, count of negative and count of neutral.