Skip to contents

Get the nRangeCells value from a SeaSondeRCS object

Usage

seasonder_getnRangeCells(seasonder_obj)

Arguments

seasonder_obj

A SeaSondeRCS object.

Value

The nRangeCells value.

Examples

# Minimal example for seasonder_getnRangeCells
cs_file <- system.file("css_data/CSS_TORA_24_04_04_0700.cs", package = "SeaSondeR")
apm_file <- system.file("css_data/MeasPattern.txt", package = "SeaSondeR")
apm_obj <- seasonder_readSeaSondeRAPMFile(apm_file)
#> seasonder_createSeaSondeRAPM:  APM object created successfully.
cs_obj <- seasonder_createSeaSondeRCS(cs_file, seasonder_apm_object = apm_obj)
#> new_SeaSondeRCS:  SeaSondeRCS object created successfully.
n_range_cells <- seasonder_getnRangeCells(cs_obj)
print(n_range_cells)
#> [1] 63