Plot size frequency histogram

vpr_plot_histsize(data, param, title = NULL, bw = 0.1, xlim = NULL)

Arguments

data

size data from auto_measure_mm subset into categorys

param

size parameter of interest (corresponds to sub lists within data argument)

title

main title for plot, if left null will default based on parameter and category

bw

bin width, defines width of bars on histogram, defaults to 0.1, decrease for more detail

xlim

plot xlimit, defaults to min max of data if not provided

Note

param options are typically 'Perimeter', 'Area', 'width1','width2', 'width3', 'short_axis_length', 'long_axis_length'

Author

E. Chisholm