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
hist
table(sample(1:10,20,replace=T))