I have a table of data with a column representing a lab value for each study subject (rows).
I want to generate a series of histograms showing the distribution of v
I just came across the multi.hist() function from the psych package . It allows you to quickly plot histograms by specific columns and looks like you can set different breaks for each column.