ILTS_ITQ_All_Data: ILTS_ITQ_All_Data

View source: R/ILTS_ITQ_All_Data.r

ILTS_ITQ_All_DataR Documentation

ILTS_ITQ_All_Data

Description

This function pulls out all the ILTS ITQ data for all sets and species either aggregated by length and/or sex or raw data.

Usage

ILTS_ITQ_All_Data(
  species = 2550,
  redo_base_data = F,
  size = NULL,
  sex = NULL,
  aggregate = T,
  return_tow_tracks = F,
  applyGearConversion = T,
  biomass = T,
  extend_ts = T,
  return_base_data = F
)

Arguments

species

Species codes from ISDB (2550 = lobster; 10 = Atlantic cod; etc)

redo_base_data

if TRUE redoes all the swept area calculations and data filtering / cleanup

size

specifies size class; commercial = c(82,200); recruit=c(70,82)

sex

specifies sex for data; only applicable to lobster and crabs. 0 = unid; 1= male; 2= female; 3=egg carrying

aggregate

if TRUE aggregates the data by trip and set based on above arguments. If no size or sex is specified its total abundance.

Value

Data objects that contain the data for use in further analyses.

Examples

ILTS_ITQ_All_Data(species=2550, size=c(1,200),sex=c(3),aggregate=T)

LobsterScience/bio.lobster documentation built on Feb. 14, 2025, 3:28 p.m.