Relative Content

Tag Archive for plothistogram

R not returning dot histogram

Im new to R. I am trying a script to draw a tally plot or dot histogram.What I wanted was to make a chart that replaced the bars with dots, the number of dots in each column being equal to the frequency. I want to use the $mids as the x-values in a regular plot. The y-values would come from the $counts data. A frequency of 3 would get plotted three times, at y = 1, y = 2 and y = 3.