Description Usage Arguments Value Examples
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"
1 | Make_LF_Plot(len_dat, species)
|
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 |
a length frequency histogram plot and a summary table
1 2 | data(example_len_dat)
Make_LF_Plot(len_dat= example_len_dat, species = "Lutjanus griseus")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.