Make_LF_Plot: Length Frequency Graph w/Summary Stats

Description Usage Arguments Value Examples

View source: R/Make_LF_Plot.R

Description

This makes a length-frequency graph for any particular species, with a summary data table placed below the graph. It works off of a previously made dataset with columns for Scientificname", "Commonname", "sl" (Standard Length), "COUNT", and "Gear"

Usage

1
Make_LF_Plot(len_dat, species)

Arguments

len_dat

dataframe of FWC length frequency data. Has columns "Scientificname", "Commonname", "sl" (Standard Length), "COUNT", and "Gear"

species

a string representing the species you want to plot

Value

a length frequency histogram plot and a summary table

Examples

1
2
data(example_len_dat)
Make_LF_Plot(len_dat= example_len_dat, species = "Lutjanus griseus")

ailich/testpackage documentation built on Sept. 11, 2020, 2:27 p.m.