seasonder_getVersion.SeaSondeRAPM: Get the version value from a SeaSondeRAPM object

View source: R/SeaSondeRAPM.R

seasonder_getVersion.SeaSondeRAPMR Documentation

Get the version value from a SeaSondeRAPM object

Description

Get the version value from a SeaSondeRAPM object

Usage

## S3 method for class 'SeaSondeRAPM'
seasonder_getVersion(seasonder_obj)

Arguments

seasonder_obj

A SeaSondeRAPM object.

Value

The version value.

Examples

# Create a default SeaSondeRAPM object
obj <- seasonder_createSeaSondeRAPM()
# Retrieve version via the generic function
version <- seasonder_getVersion(obj)
print(version)

SeaSondeR documentation built on June 8, 2025, 10:50 a.m.