vpr_plot_sizefreq: Size Frequency plots for VPR data

View source: R/EC_functions.R

vpr_plot_sizefreqR Documentation

Size Frequency plots for VPR data

Description

This uses the hist plot function in base R to give a histogram of size (long axis length) frequency within a taxa. !!WARNING: this function uses hard coded plot attributes

Usage

vpr_plot_sizefreq(x, number_of_classes, colour_of_bar)

Arguments

x

a data frame with columns 'taxa', 'long_axis_length'

number_of_classes

numeric value passed to nclass argument in hist()

colour_of_bar

character value defining colour of plotted bars

Author(s)

K. Sorochan


vprr documentation built on July 12, 2022, 5:07 p.m.