vpr_plot_sizefreq {vprr}R 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


[Package vprr version 0.2.3 Index]