vpr_plot_histsize {vprr} | R Documentation |
Plot size frequency histogram
Description
Plot size frequency histogram
Usage
vpr_plot_histsize(data, param, title = NULL, bw = 0.1, xlim = NULL)
Arguments
data |
size data from auto_measure_mm subset into taxas |
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 taxa |
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(s)
E. Chisholm
[Package vprr version 0.2.3 Index]