SplitNASC: Split NASCData

View source: R/Acoustic.R

SplitNASCR Documentation

Split NASCData

Description

This function splits NASCData of specific acoustic categories into other categories based on the acoustic target strength of these categories and the length distribution of corresponding species categories.

Usage

SplitNASC(
  NASCData,
  AcousticPSU,
  AssignmentLengthDistributionData,
  AcousticTargetStrength,
  AcousticCategoryLink,
  SpeciesLink
)

Arguments

NASCData

The NASCData data.

AcousticPSU

The AcousticPSU process data.

AssignmentLengthDistributionData

The AssignmentLengthDistributionData data.

AcousticTargetStrength

The AcousticTargetStrength process data.

AcousticCategoryLink

A table linking the acoustic categories to split and those to split into.

SpeciesLink

A table of the two columns AcousticCategory and SpeciesCategory.

See Also

This functions uses similar methods as AcousticDensity. Convert back to StoxAcousticData with NASCToStoxAcoustic.


StoXProject/RstoxBase documentation built on July 14, 2024, 9:39 a.m.