Skip to contents

This function plots cpue and length by latitude and depth

Usage

plot_cpue(dir = NULL, catch, plot = 1:3, width = 7, height = 7)

Arguments

dir

Directory where output will be saved. The directory where the file should be saved. If dir = NULL no output will be saved.

catch

Data catch file pulled using pull_catch()

plot

A vector of integers specifying the figures you want.

width

Numeric figure width in inches, defaults to 7

height

Numeric figure height in inches, defaults to 7

Author

Chantel Wetzel