seasonder_extractSeaSondeRCS_dopplerRanges_from_SSdata {SeaSondeR}R Documentation

Extract Doppler Ranges from Self-Spectra Data Matrix

Description

This function slices a self-spectra data matrix by selecting the columns corresponding to the specified Doppler cells.

Usage

seasonder_extractSeaSondeRCS_dopplerRanges_from_SSdata(SSmatrix, doppler_cells)

Arguments

SSmatrix

A matrix containing self-spectra data, where columns represent Doppler bins.

doppler_cells

A numeric vector specifying the indices of the Doppler bins to extract.

Details

The function extracts a subset of columns from the self-spectra matrix. No explicit validation is currently performed to verify that the provided Doppler cell indices fall within the range of the matrix columns.

Value

A matrix containing only the columns corresponding to the selected Doppler cells.


[Package SeaSondeR version 0.2.8 Index]