Skip to contents

Compute size composition from observer measure pot data

Usage

get_observer_comp(data, by, lump = T)

Arguments

data

NULL. Dockside sample data in the format as the output of load_crab_dump()

by

NULL. Vector of column names other than crab year, fishery, and size to use as a grouping variable.

lump

T/F. Lump shell condition into new and old (TRUE) or not (FALSE). Default = TRUE.

Value

Size frequency by year, fishery, and size

Examples

dockside_comp(data, by = "shell", lump = T)
#> Error in dockside_comp(data, by = "shell", lump = T): could not find function "dockside_comp"