SplitNASC | R Documentation |
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.
SplitNASC(
NASCData,
AcousticPSU,
AssignmentLengthDistributionData,
AcousticTargetStrength,
AcousticCategoryLink,
SpeciesLink
)
NASCData |
The |
AcousticPSU |
The |
AssignmentLengthDistributionData |
The |
AcousticTargetStrength |
The |
AcousticCategoryLink |
A table linking the acoustic categories to split and those to split into. |
SpeciesLink |
A table of the two columns AcousticCategory and SpeciesCategory. |
This functions uses similar methods as AcousticDensity
. Convert back to StoxAcousticData
with NASCToStoxAcoustic
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.