pull_catch: Find catch from unique tows Function to count number of tows...

Description Usage Arguments Examples

View source: R/pull_catch.R

Description

Find catch from unique tows Function to count number of tows in bins. Uses ggplot stat_bin2d functions.

Usage

1
pull_catch(data, spp, focus = "apound")

Arguments

data

Input data, defaults to wc_data

spp

Species of interest

focus

Column of interest, Options are hpounds, apounds

Examples

1
2
pull_catch(data = wc_data, spp = 'Dover Sole', focus = 'apound')
compare_two_spp(data = wc_data, species1 = "Dover Sole", species2 = "Sablefish", focus = 'hperc')

peterkuriyama/ch4 documentation built on June 18, 2021, 9:59 a.m.