PLcFunc: Proportion of catch above the minumum size limit

View source: R/methodsAssess.R

PLcFuncR Documentation

Proportion of catch above the minumum size limit

Description

Proportion of the length observations that are equal to or greater than a minimum size limit

Usage

PLcFunc(Lc, LengthCompObj, byGroup = FALSE)

Arguments

Lc

A minimum size limit in the same units of measure (L_units) and type of measurement (L_type) as the corresponding LengthComp object.

LengthCompObj

A LengthComp object

byGroup

A logical indicating whether quantity is to be calculated separately for each of multiple length comp groups (TRUE) or to length comp is to be pooled across groups prior to calculating quantity (default = FALSE). When TRUE, pooling is ignored if only a single group exists.

Examples

library(fishSimGTG)
PLcFunc(50, fishLengthAssess::LengthCompExampleFreq, byGroup = FALSE)

natureanalytics-ca/fishLengthAssess documentation built on Feb. 28, 2025, 5:46 a.m.