calc_delta_plot: Calculate values for delta plots Delta plots come from Gillis...

Description Usage Arguments Examples

View source: R/calc_delta_plot.R

Description

Calculate values for delta plots Delta plots come from Gillis et al. (2008) paper. Used to compare the proportion of zeroes and skew of the catch distributions. Targeted species have skewed distributions. Function relies on pull_catch and calc_skew functions.

Usage

1
calc_delta_plot(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
calc_delta_plot(data = wc_data, spp = 'Dover Sole', focus = 'apound')

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