seasonder_extractSeaSondeRCS_dopplerRanges_from_SSdata | R Documentation |
This function slices a self-spectra data matrix by selecting the columns corresponding to the specified Doppler cells.
seasonder_extractSeaSondeRCS_dopplerRanges_from_SSdata(SSmatrix, doppler_cells)
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. |
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.
A matrix containing only the columns corresponding to the selected Doppler cells.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.