How can I plot a frequency distribution in R? I don’t want to bin values. I just want to plot frequency for each value. The hist function insists on binning values unless I specify bins manually (really tedious, because I don’t know the values in advance).
How can I plot a frequency distribution in R? I don’t want to bin
Share
You could
plotthetableof your data: