dlab-berkeley / R-Data-Visualization-Legacy

D-Lab's 3 hour introduction to data visualization with R. Learn how to create histograms, bar plots, box plots, scatter plots, compound figures, and more using ggplot2 and cowplot.
28 stars 20 forks source link

breaks argument in hist() #20

Closed rundav5 closed 2 years ago

rundav5 commented 2 years ago

The number of breaks in the hist() function in basic R graphs shows not sensitivity See chunk in line 150 of the R-Data-Visualization markdown file

pssachdeva commented 2 years ago

According to the documentation, breaks acts a suggestion when it's an integer. We'll make a note of this in the Rmd file.